Skip to content

Commit

Permalink
* Use ‘nologin’ as the default shell for user accounts that are not
Browse files Browse the repository at this point in the history
  allowed to log in.

svn path=/nixos/trunk/; revision=34514
  • Loading branch information
edolstra committed Jun 14, 2012
1 parent fd9604b commit c9be63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/config/users-groups.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
};

Expand Down

0 comments on commit c9be63b

Please sign in to comment.