diff options
author | tv <tv@krebsco.de> | 2017-12-21 01:27:07 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-21 01:27:07 +0100 |
commit | 819a75b5cf5d7110f8bf4fef21e0fed66977d0b6 (patch) | |
tree | acb817401420357144d6d7844df2826a6a7b9f27 | |
parent | d27bef335386906eca56eefa0082f9f1bd59db33 (diff) |
tv exim-*: add eximlog
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 3 | ||||
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index bf13a38..8b34b16 100644 --- a/tv/2configs/exim-retiolum.nix +++ b/tv/2configs/exim-retiolum.nix @@ -3,6 +3,9 @@ with import <stockholm/lib>; { + environment.systemPackages = [ + pkgs.eximlog + ]; krebs.exim-retiolum.enable = true; tv.iptables.input-retiolum-accept-tcp = singleton "smtp"; } diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 079013c..68fbcd1 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -3,6 +3,9 @@ with import <stockholm/lib>; { + environment.systemPackages = [ + pkgs.eximlog + ]; krebs.exim-smarthost = { enable = true; dkim = [ |