summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index ef56d98e..5e611699 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -534,6 +534,9 @@ in rec {
534 534
535 services.postgrey = { 535 services.postgrey = {
536 enable = true; 536 enable = true;
537 delay = 60;
538 autoWhitelist = 1;
539 maxAge = 7;
537 }; 540 };
538 541
539 services.dovecot2 = { 542 services.dovecot2 = {