summaryrefslogtreecommitdiffstats
path: root/shared
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
commit55596cedd58b0d3293c26164e99d4bebd91ec590 (patch)
treed03c2f1cc9b9927b3b3c9b64dfce51c2594aa292 /shared
parentb7e4fa76513f07674e6a32a706e0ffa9fca3e897 (diff)
parent6843d7f59395e16d06a6c939c218258820aa1861 (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'shared')
-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 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;