summaryrefslogtreecommitdiffstats
path: root/shared/1systems/test-all-krebs-modules.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-02-22 01:08:46 +0100
committerlassulus <lass@aidsballs.de>2016-02-22 01:08:46 +0100
commit020fcc22000ce35337a765bfa37f4178fbbff68c (patch)
tree8485531b5285b4dce6e9b9abecba4ccad5b9b46a /shared/1systems/test-all-krebs-modules.nix
parent2924afb8a2cb7d734b56a4a8934737129a20154c (diff)
parenta2b8eb75506fa27bc3d44f6a33d860ce7d3470e0 (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'shared/1systems/test-all-krebs-modules.nix')
-rw-r--r--shared/1systems/test-all-krebs-modules.nix6
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 e1021c7e..5c3ba942 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;