* Typo.
svn path=/nixos/trunk/; revision=34369
This commit is contained in:
parent
f2a33809c1
commit
593eb83343
@ -37,7 +37,7 @@ in
|
|||||||
users.defaultUserShell = pkgs.lib.mkOption {
|
users.defaultUserShell = pkgs.lib.mkOption {
|
||||||
default = "/var/run/current-system/sw/bin/bash";
|
default = "/var/run/current-system/sw/bin/bash";
|
||||||
description = ''
|
description = ''
|
||||||
This option defined the default shell assigned to user
|
This option defines the default shell assigned to user
|
||||||
accounts. This must not be a store path, since the path is
|
accounts. This must not be a store path, since the path is
|
||||||
used outside the store (in particular in /etc/passwd).
|
used outside the store (in particular in /etc/passwd).
|
||||||
Rather, it should be the path of a symlink that points to the
|
Rather, it should be the path of a symlink that points to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user