Adapting everything for the merged permissions wrappers work.

This commit is contained in:
Parnell Springmeyer
2016-09-01 19:21:06 -05:00
parent 390ab0b3ef
commit 98c058a1ee
55 changed files with 162 additions and 131 deletions
+3 -3
View File
@@ -70,7 +70,7 @@ in
etc."exim.conf".text = ''
exim_user = ${cfg.user}
exim_group = ${cfg.group}
exim_path = /var/setuid-wrappers/exim
exim_path = /var/permissions-wrappers/exim
spool_directory = ${cfg.spoolDir}
${cfg.config}
'';
@@ -93,11 +93,11 @@ in
[
{ program = "exim";
source = "${pkgs.exim.out}/bin/exim";
user = "root";
owner = "root";
group = "root";
setuid = true;
}
]
];
systemd.services.exim = {
description = "Exim Mail Daemon";