summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/ymir.nix b/ymir.nix
index faf139f4..115953e6 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -16,7 +16,8 @@ let
16in rec { 16in rec {
17 imports = 17 imports =
18 [ 18 [
19 ./ymir-hw.nix 19 ./ymir/hw.nix
20 ./ymir/mlmmj-expose.nix
20 ./custom/zsh.nix 21 ./custom/zsh.nix
21 ./users.nix 22 ./users.nix
22 ./custom/tinc/def.nix 23 ./custom/tinc/def.nix
@@ -419,8 +420,9 @@ in rec {
419 alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm 420 alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm
420 ''; 421 '';
421 extraMasterConf = '' 422 extraMasterConf = ''
422 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) 423 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient)
423 mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L /var/spool/lists/''${user} 424 mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L /var/spool/lists/''${user}
425 mlmmj-subs unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj-exposed}/bin/mlmmj-exposed /var/spool/lists/''${user} ''${extension}
424 ''; 426 '';
425 networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"]; 427 networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"];
426 }; 428 };