users: set default shell to nushell

This commit is contained in:
Bloxx12 2025-07-09 21:05:50 +02:00
commit 1abab409f8
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -74,7 +74,7 @@ in {
"docker" "docker"
]; ];
# shell = self.packages.${pkgs.stdenv.system}.fish; # shell = self.packages.${pkgs.stdenv.system}.fish;
shell = pkgs.zsh; shell = pkgs.nushell;
# hashedPasswordFile = "/etc/passwords/cr"; # hashedPasswordFile = "/etc/passwords/cr";
}; };
# root.hashedPasswordFile = "/persist/passwords/root"; # root.hashedPasswordFile = "/persist/passwords/root";