diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-02 02:11:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-02 02:11:28 +0200 |
commit | 9af39788be8d359239b238c49c60247bda9fd69d (patch) | |
tree | 50ef3fb235b5a5f2f55ac78601a1927eccea63fc /ymir.nix | |
parent | 1af57675931369e3b1a7b908b18469fc14497be7 (diff) | |
download | nixos-9af39788be8d359239b238c49c60247bda9fd69d.tar nixos-9af39788be8d359239b238c49c60247bda9fd69d.tar.gz nixos-9af39788be8d359239b238c49c60247bda9fd69d.tar.bz2 nixos-9af39788be8d359239b238c49c60247bda9fd69d.tar.xz nixos-9af39788be8d359239b238c49c60247bda9fd69d.zip |
mlmmj-expose
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -16,7 +16,8 @@ let | |||
16 | in rec { | 16 | in 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 | }; |