summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-03-28 17:32:25 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-03-28 17:32:25 +0100
commit8c40c85ba905cc3c307dea6f77c2f6abac96fbcb (patch)
treef280df5933caec0ac2c8b7336d30592602cf6d40 /ymir.nix
parent2b51be03850367dc346dc1e415890dae0d6485bd (diff)
downloadnixos-8c40c85ba905cc3c307dea6f77c2f6abac96fbcb.tar
nixos-8c40c85ba905cc3c307dea6f77c2f6abac96fbcb.tar.gz
nixos-8c40c85ba905cc3c307dea6f77c2f6abac96fbcb.tar.bz2
nixos-8c40c85ba905cc3c307dea6f77c2f6abac96fbcb.tar.xz
nixos-8c40c85ba905cc3c307dea6f77c2f6abac96fbcb.zip
...
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index dc759c51..5242ccd3 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1098,6 +1098,8 @@ in rec {
1098 } 1098 }
1099 ]; 1099 ];
1100 extraConfig = '' 1100 extraConfig = ''
1101 milter = yes;
1102
1101 upstream "local" { 1103 upstream "local" {
1102 default = yes; 1104 default = yes;
1103 self_scan = yes; 1105 self_scan = yes;
@@ -1110,6 +1112,8 @@ in rec {
1110 "ymir.niflheim.yggdrasil:11332" 1112 "ymir.niflheim.yggdrasil:11332"
1111 ]; 1113 ];
1112 extraConfig = '' 1114 extraConfig = ''
1115 milter = yes;
1116
1113 upstream "local" { 1117 upstream "local" {
1114 default = yes; 1118 default = yes;
1115 self_scan = yes; 1119 self_scan = yes;