diff --git a/modules/linux/user.nix b/modules/linux/user.nix index c9538c0..e2fa986 100644 --- a/modules/linux/user.nix +++ b/modules/linux/user.nix @@ -5,6 +5,7 @@ let in with lib; { config = mkMerge [ { + environment.shells = [ pkgs.fish ]; users = { # If we install the user and the system is hardended, then disable mutable users mutableUsers = !(nc.installUser && nc.harden);