misc updates

This commit is contained in:
Rouven Seifert 2024-10-30 11:02:05 +01:00
parent 9a1435517f
commit a5d244afb4
2 changed files with 3 additions and 3 deletions

View file

@ -19,9 +19,9 @@ in
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
ExecStart = "${pkgs.iproute}/bin/ip netns add %I";
ExecStart = "${pkgs.iproute2}/bin/ip netns add %I";
ExecStartPost = "${pkgs.iproute2}/bin/ip netns exec %I ${pkgs.iproute2}/bin/ip link set dev lo up";
ExecStop = "${pkgs.iproute}/bin/ip netns del %I";
ExecStop = "${pkgs.iproute2}/bin/ip netns del %I";
};
};

View file

@ -9,7 +9,7 @@
distributedBuilds = true;
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"https://cache.rfive.de"
"https://cache.ifsr.de"