summary refs log tree commit diff
path: root/nixos/modules/config/users-groups.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-24 19:04:03 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-24 19:04:03 +0200
commit16287a8cb8e5652eef4f01202c712ea29a25c149 (patch)
tree9c186243ce1e04844961664c1f0f0a132e555947 /nixos/modules/config/users-groups.nix
parent7481da9cbd1783064cba99ea1c395e1737e41108 (diff)
parent0c47a81419200f94ef03f1a71fd41af925317aea (diff)
downloadnixpkgs-16287a8cb8e5652eef4f01202c712ea29a25c149.tar
nixpkgs-16287a8cb8e5652eef4f01202c712ea29a25c149.tar.gz
nixpkgs-16287a8cb8e5652eef4f01202c712ea29a25c149.tar.bz2
nixpkgs-16287a8cb8e5652eef4f01202c712ea29a25c149.tar.lz
nixpkgs-16287a8cb8e5652eef4f01202c712ea29a25c149.tar.xz
nixpkgs-16287a8cb8e5652eef4f01202c712ea29a25c149.tar.zst
nixpkgs-16287a8cb8e5652eef4f01202c712ea29a25c149.zip
Merge master into staging-next
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 7fbbfcec751..8defa86818a 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -626,7 +626,7 @@ in {
         then
         ''
           The password hash of user "${name}" may be invalid. You must set a
-          valid hash or the user will be locked out of his account. Please
+          valid hash or the user will be locked out of their account. Please
           check the value of option `users.users."${name}".hashedPassword`.
         ''
         else null