mv,tv: security.setuidPrograms -> security.wrappers
This commit is contained in:
parent
e71534f237
commit
cf289c9aec
@ -143,9 +143,9 @@ with import <stockholm/lib>;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.setuidPrograms = [
|
security.wrappers = {
|
||||||
"sendmail"
|
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||||
];
|
};
|
||||||
|
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
Defaults env_keep+="SSH_CLIENT"
|
Defaults env_keep+="SSH_CLIENT"
|
||||||
|
@ -99,10 +99,10 @@ with import <stockholm/lib>;
|
|||||||
|
|
||||||
programs.ssh.startAgent = false;
|
programs.ssh.startAgent = false;
|
||||||
|
|
||||||
security.setuidPrograms = [
|
security.wrappers = {
|
||||||
"sendmail" # for cron
|
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||||
"slock"
|
slock.slock = "${pkgs.slock}/bin/slock";
|
||||||
];
|
};
|
||||||
|
|
||||||
security.pam.loginLimits = [
|
security.pam.loginLimits = [
|
||||||
# for jack
|
# for jack
|
||||||
|
@ -157,9 +157,9 @@ with import <stockholm/lib>;
|
|||||||
#jack2
|
#jack2
|
||||||
];
|
];
|
||||||
|
|
||||||
security.setuidPrograms = [
|
security.wrappers = {
|
||||||
"sendmail" # for cron
|
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||||
];
|
};
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
@ -167,9 +167,9 @@ with import <stockholm/lib>;
|
|||||||
gptfdisk
|
gptfdisk
|
||||||
];
|
];
|
||||||
|
|
||||||
security.setuidPrograms = [
|
security.wrappers = {
|
||||||
"sendmail" # for cron
|
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||||
];
|
};
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
@ -167,9 +167,9 @@ with import <stockholm/lib>;
|
|||||||
gptfdisk
|
gptfdisk
|
||||||
];
|
];
|
||||||
|
|
||||||
security.setuidPrograms = [
|
security.wrappers = {
|
||||||
"sendmail" # for cron
|
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||||
];
|
};
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user