diff options
Diffstat (limited to 'shared/1systems/test-all-krebs-modules.nix')
| -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; | 
