diff --git a/modules/config/users-groups.nix b/modules/config/users-groups.nix index deaa346acff..beb21734652 100644 --- a/modules/config/users-groups.nix +++ b/modules/config/users-groups.nix @@ -48,7 +48,7 @@ let shell = mkOption { type = with types; uniq string; - default = "/noshell"; + default = "/var/run/current-system/sw/sbin/nologin"; description = "The path to the user's shell."; };