summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 2bb5dcad..da5d7f59 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -339,6 +339,7 @@ in rec {
339 extraMasterConf = '' 339 extraMasterConf = ''
340 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) 340 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient)
341 ''; 341 '';
342 networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"];
342 }; 343 };
343 344
344 services.dovecot2 = { 345 services.dovecot2 = {