tv: drop security.wrappers.sendmail
This commit is contained in:
parent
4580d831a8
commit
5104244228
@ -88,7 +88,6 @@ with import <stockholm/lib>;
|
||||
programs.ssh.startAgent = false;
|
||||
|
||||
security.wrappers = {
|
||||
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||
slock.source = "${pkgs.slock}/bin/slock";
|
||||
};
|
||||
|
||||
|
@ -51,10 +51,6 @@ with import <stockholm/lib>;
|
||||
hardware.enableRedistributableFirmware= true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
security.wrappers = {
|
||||
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
@ -146,10 +146,6 @@ with import <stockholm/lib>;
|
||||
gptfdisk
|
||||
];
|
||||
|
||||
security.wrappers = {
|
||||
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
#services.bitlbee.enable = true;
|
||||
|
@ -44,10 +44,6 @@ with import <stockholm/lib>;
|
||||
};
|
||||
};
|
||||
|
||||
security.wrappers = {
|
||||
sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
#services.bitlbee.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user