diff options
author | tv <tv@krebsco.de> | 2016-04-27 02:24:20 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-04-27 02:24:20 +0200 |
commit | 33c76565b3358c843bc94e42cec74e4e783bdfb7 (patch) | |
tree | 7b79a7417d34d09a42d9686f318531c1cd2e6b3d | |
parent | fdefcf2206744296e0323fc863045181c5556764 (diff) |
test-all-krebs-modules: disable exim-retiolum
-rw-r--r-- | shared/1systems/test-all-krebs-modules.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/shared/1systems/test-all-krebs-modules.nix b/shared/1systems/test-all-krebs-modules.nix index 5c3ba94..0084a78 100644 --- a/shared/1systems/test-all-krebs-modules.nix +++ b/shared/1systems/test-all-krebs-modules.nix @@ -19,10 +19,11 @@ in { username = "lol"; password = "wut"; }; - exim-retiolum = { - enable = true; - primary_hostname = "test.r"; - }; + # XXX exim-retiolum and exim-smarthost are mutually exclusive + #exim-retiolum = { + # enable = true; + # primary_hostname = "test.r"; + #}; exim-smarthost = { enable = true; primary_hostname = "test.r"; |