diff options
author | tv <tv@krebsco.de> | 2017-08-01 23:28:21 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 23:28:21 +0200 |
commit | 51042442288c2d27a2fb7ce073801932c5457813 (patch) | |
tree | 8a4e1a9cee07d2e522bb383d7980ddd4f20b1d0e /tv/1systems | |
parent | 4580d831a889b6260210ec2abb01ca387f35f801 (diff) |
tv: drop security.wrappers.sendmail
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/mu/config.nix | 1 | ||||
-rw-r--r-- | tv/1systems/wu/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/xu/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/zu/config.nix | 4 |
4 files changed, 0 insertions, 13 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 0c1e79238..95b01bffc 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -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"; }; diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index 24a1141ba..79b5aa269 100644 --- a/tv/1systems/wu/config.nix +++ b/tv/1systems/wu/config.nix @@ -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 = '' diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 0444b95cb..0abd544ce 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -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; diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix index 05c14299c..414d2f226 100644 --- a/tv/1systems/zu/config.nix +++ b/tv/1systems/zu/config.nix @@ -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; |