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