* Use ‘nologin’ as the default shell for user accounts that are not
allowed to log in. svn path=/nixos/trunk/; revision=34514
This commit is contained in:
parent
fd9604b319
commit
c9be63b83e
@ -48,7 +48,7 @@ let
|
|||||||
|
|
||||||
shell = mkOption {
|
shell = mkOption {
|
||||||
type = with types; uniq string;
|
type = with types; uniq string;
|
||||||
default = "/noshell";
|
default = "/var/run/current-system/sw/sbin/nologin";
|
||||||
description = "The path to the user's shell.";
|
description = "The path to the user's shell.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user