diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/users/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/user.nix b/modules/users/user.nix index b9c9799..281b7e6 100644 --- a/modules/users/user.nix +++ b/modules/users/user.nix @@ -74,7 +74,7 @@ shell = mkOption { type = types.either types.shellPackage types.path; - default = "/sbin/nologin"; + default = "/usr/bin/false"; example = literalExpression "pkgs.bashInteractive"; description = "The user's shell."; }; |
