diff options
| author | lassulus <lass@aidsballs.de> | 2016-02-22 01:08:46 +0100 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2016-02-22 01:08:46 +0100 |
| commit | 55596cedd58b0d3293c26164e99d4bebd91ec590 (patch) | |
| tree | d03c2f1cc9b9927b3b3c9b64dfce51c2594aa292 /shared/1systems | |
| parent | b7e4fa76513f07674e6a32a706e0ffa9fca3e897 (diff) | |
| parent | 6843d7f59395e16d06a6c939c218258820aa1861 (diff) | |
Merge remote-tracking branch 'cd/master'
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; |
