summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/users-groups.nix
diff options
context:
space:
mode:
authorLongrin Wischnewski <robberer@freakmail.de>2014-10-23 04:52:50 +0200
committerLongrin Wischnewski <robberer@freakmail.de>2014-10-23 04:52:50 +0200
commita2c65d447f8817c0f1004b41a4f1bf5147a3039e (patch)
tree5e4f596d2c9ed1a8afc614a478c654cce46522cf /nixos/modules/config/users-groups.nix
parentdd0758ab6b1ac3a96e99661f159a62942b31240e (diff)
passwordFile: update description
Diffstat (limited to 'nixos/modules/config/users-groups.nix')
-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.