diff options
author | tv <tv@krebsco.de> | 2017-04-12 11:25:44 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-12 11:26:29 +0200 |
commit | 6f5fbbe6e0c714b0549b390d811d2f271738ed63 (patch) | |
tree | 5f11febd16659f619739c1d152c74d762c45a4da /krebs/3modules/exim-smarthost.nix | |
parent | 5edc4ba929c9401b7f6d80fea155206790fb0d28 (diff) |
krebs.exim-* relay_to_domains: drop .retiolum from default
Diffstat (limited to 'krebs/3modules/exim-smarthost.nix')
-rw-r--r-- | krebs/3modules/exim-smarthost.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix index 0ad952e3b..dd4a7ccc9 100644 --- a/krebs/3modules/exim-smarthost.nix +++ b/krebs/3modules/exim-smarthost.nix @@ -69,7 +69,6 @@ let type = with types; listOf str; default = [ "*.r" - "*.retiolum" ]; }; |