about summary refs log tree commit diff
path: root/nixos/modules/programs/shadow.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-06 17:23:27 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-06 17:23:27 +0200
commit98102ebd92ab52e198271dce02515023baa7d6d5 (patch)
tree664687e57f945db51d740d547c7deb9db111ec41 /nixos/modules/programs/shadow.nix
parent9ab141ce273940e65f5243022d34740e4aa005d0 (diff)
Enable the runuser command from util-linux
Fixes #14701.
Diffstat (limited to 'nixos/modules/programs/shadow.nix')
-rw-r--r--nixos/modules/programs/shadow.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/shadow.nix b/nixos/modules/programs/shadow.nix
index 878c9cc0cf098..ce4d46e19bf9a 100644
--- a/nixos/modules/programs/shadow.nix
+++ b/nixos/modules/programs/shadow.nix
@@ -99,7 +99,6 @@ in
         groupdel = { rootOK = true; };
         login = { startSession = true; allowNullPassword = true; showMotd = true; updateWtmp = true; };
         chpasswd = { rootOK = true; };
-        chgpasswd = { rootOK = true; };
       };
 
     security.setuidPrograms = [ "su" "chfn" ]