summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krebs/3modules/exim-retiolum.nix5
-rw-r--r--krebs/3modules/exim-smarthost.nix1
2 files changed, 2 insertions, 4 deletions
diff --git a/krebs/3modules/exim-retiolum.nix b/krebs/3modules/exim-retiolum.nix
index 05840e80..ca363c8d 100644
--- a/krebs/3modules/exim-retiolum.nix
+++ b/krebs/3modules/exim-retiolum.nix
@@ -26,7 +26,6 @@ let
type = with types; listOf str;
default = [
"*.r"
- "*.retiolum"
];
};
};
@@ -77,8 +76,8 @@ let
domains = +local_domains
#accept
- # hosts = *.retiolum
- # domains = *.retiolum
+ # hosts = *.r
+ # domains = *.r
# control = dkim_disable_verify
#require verify = sender
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix
index 0ad952e3..dd4a7ccc 100644
--- a/krebs/3modules/exim-smarthost.nix
+++ b/krebs/3modules/exim-smarthost.nix
@@ -69,7 +69,6 @@ let
type = with types; listOf str;
default = [
"*.r"
- "*.retiolum"
];
};