summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-24 12:24:13 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-24 12:24:13 +0200
commitf4be4f5e54c8fa992249da71a72e27b4005656a7 (patch)
tree6e417c55e3cd8413c51bbf01ad3f5be656ed807e /nixos/modules/config
parentffc2c539b4d2b905ca99ceda99a4af81fec8e459 (diff)
parent2a44f5628dba986a7ae36ac4fb2ae76d35d37779 (diff)
downloadnixlib-f4be4f5e54c8fa992249da71a72e27b4005656a7.tar
nixlib-f4be4f5e54c8fa992249da71a72e27b4005656a7.tar.gz
nixlib-f4be4f5e54c8fa992249da71a72e27b4005656a7.tar.bz2
nixlib-f4be4f5e54c8fa992249da71a72e27b4005656a7.tar.lz
nixlib-f4be4f5e54c8fa992249da71a72e27b4005656a7.tar.xz
nixlib-f4be4f5e54c8fa992249da71a72e27b4005656a7.tar.zst
nixlib-f4be4f5e54c8fa992249da71a72e27b4005656a7.zip
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/users-groups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index 0d3273fe0539..773f9b412afe 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -184,7 +184,7 @@ let
         type = with types; uniq (nullOr string);
         default = null;
         description = ''
-          The path to a file that contains the user's password. The password
+          The full path to a file that contains the user's password. The password
           file is read on each system activation. The file should contain
           exactly one line, which should be the password in an encrypted form
           that is suitable for the <literal>chpasswd -e</literal> command.