summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-02-26 12:40:48 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2018-02-26 12:40:48 +0100
commita28047ee441970cdfca4102242b724ca4f16750d (patch)
treef271e3b16e7ee030c32ed7f557c2f9f544aa5cc2
parent9e2d582f1c38f80afaba6ce84742eb7025de030f (diff)
downloadnixos-a28047ee441970cdfca4102242b724ca4f16750d.tar
nixos-a28047ee441970cdfca4102242b724ca4f16750d.tar.gz
nixos-a28047ee441970cdfca4102242b724ca4f16750d.tar.bz2
nixos-a28047ee441970cdfca4102242b724ca4f16750d.tar.xz
nixos-a28047ee441970cdfca4102242b724ca4f16750d.zip
moved to all-packages.nix
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 4714a2d7..789370b4 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -652,7 +652,7 @@ in rec {
652 privileged = true; 652 privileged = true;
653 chroot = false; 653 chroot = false;
654 command = "spawn"; 654 command = "spawn";
655 args = [ "user=nobody" ''argv=${pkgs.python36Packages.pypolicyd-spf}/bin/policyd-spf ${./ymir/spf.conf}'' ]; 655 args = [ "user=nobody" ''argv=${pkgs.pypolicyd-spf}/bin/policyd-spf ${./ymir/spf.conf}'' ];
656 }; 656 };
657 }; 657 };
658 networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"]; 658 networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"];