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 | 6843d7f59395e16d06a6c939c218258820aa1861 (patch) | |
tree | d03c2f1cc9b9927b3b3c9b64dfce51c2594aa292 /shared/1systems | |
parent | fd3bad0d440f9613ecb1620d9ced7b26960dc827 (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 e1021c7..5c3ba94 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; |