users: change default shell to /usr/bin/false to match macOS
This commit is contained in:
parent
bd161d61d6
commit
3712ff78cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue