From cfe4351c33bd23e7007179d6c75299919a873210 Mon Sep 17 00:00:00 2001 From: Parnell Springmeyer Date: Sun, 29 Jan 2017 05:39:54 -0600 Subject: I'm clearly very tired --- nixos/modules/security/pam.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'nixos/modules/security') diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix index 713e15322c712..711e4c55c7d59 100644 --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -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"; -- cgit 1.4.1