I'm clearly very tired

This commit is contained in:
Parnell Springmeyer
2017-01-29 05:39:54 -06:00
parent 3215bcf445
commit cfe4351c33

View File

@@ -472,9 +472,6 @@ in
++ optionals config.security.pam.enableU2F [ pkgs.pam_u2f ]
++ optionals config.security.pam.enableEcryptfs [ pkgs.ecryptfs ];
security.wrapperssetuidPrograms =
optionals config.security.pam.enableEcryptfs [ "mount.ecryptfs_private" "umount.ecryptfs_private" ];
security.wrappers = {
unix_chkpwd = {
source = "${pkgs.pam}/sbin/unix_chkpwd.orig";