tv: drop security.wrappers.sendmail

This commit is contained in:
tv 2017-08-01 23:28:21 +02:00
parent 4580d831a8
commit 5104244228
4 changed files with 0 additions and 13 deletions

View File

@ -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";
};

View File

@ -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 = ''

View File

@ -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;

View File

@ -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;