Syntax wibble
This commit is contained in:
parent
628e6a83d0
commit
1cc500ea8e
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user