diff options
author | tv <tv@krebsco.de> | 2016-02-21 22:27:15 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-21 22:28:00 +0100 |
commit | a2b8eb75506fa27bc3d44f6a33d860ce7d3470e0 (patch) | |
tree | 2838882d27685f1785d06e389d6ed29d51e93c68 /shared/1systems | |
parent | 090771295eebbf7428d5d9766fd1d7741d80747f (diff) |
test-all-krebs-modules add krebs.exim-*.primary_hostname
Diffstat (limited to 'shared/1systems')
-rw-r--r-- | shared/1systems/test-all-krebs-modules.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/shared/1systems/test-all-krebs-modules.nix b/shared/1systems/test-all-krebs-modules.nix index e1021c7e0..5c3ba9421 100644 --- a/shared/1systems/test-all-krebs-modules.nix +++ b/shared/1systems/test-all-krebs-modules.nix @@ -19,9 +19,13 @@ in { username = "lol"; password = "wut"; }; - exim-retiolum.enable = true; + exim-retiolum = { + enable = true; + primary_hostname = "test.r"; + }; exim-smarthost = { enable = true; + primary_hostname = "test.r"; system-aliases = [ { from = "dick"; to = "butt"; } ]; }; go.enable = true; |