Syntax wibble

This commit is contained in:
Parnell Springmeyer 2017-01-29 05:34:50 -06:00
parent 628e6a83d0
commit 1cc500ea8e
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A

View File

@ -484,7 +484,7 @@ in
} // (mkIf config.security.pam.enableEcryptfs { } // (mkIf config.security.pam.enableEcryptfs {
"mount.ecryptfs_private".source = "${pkgs.ecryptfs.out}/bin/mount.ecryptfs_private"; "mount.ecryptfs_private".source = "${pkgs.ecryptfs.out}/bin/mount.ecryptfs_private";
"umount.ecryptfs_private".source = "${pkgs.ecryptfs.out}/bin/umount.ecryptfs_private"; "umount.ecryptfs_private".source = "${pkgs.ecryptfs.out}/bin/umount.ecryptfs_private";
}; });
environment.etc = environment.etc =
mapAttrsToList (n: v: makePAMService v) config.security.pam.services; mapAttrsToList (n: v: makePAMService v) config.security.pam.services;