summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-06-09 12:03:14 -0400
committerKjetil Orbekk <kj@orbekk.com>2024-06-09 12:03:16 -0400
commit5cf9749c8e73a432b445bc8096b1e4d27d086ff0 (patch)
tree61339dca10f7ac75132c920779d3459081971060
parent2682fb1ceb74c2ff0b9ee484b9d57ac36a84f248 (diff)
update
-rw-r--r--modules/router.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/router.nix b/modules/router.nix
index fe411b9..55cfade 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -345,8 +345,7 @@ in {
config = mkIf cfg.enable {
systemd.services."router-netns" = {
description = "router network namespace";
- before = ["network.target"];
- after = ["network-interfaces.target"];
+ after = ["network.target"];
path = with pkgs; [bash iproute];
serviceConfig = {
Type = "oneshot";