diff --git a/nixos/modules/services/enthalpy/srv6.nix b/nixos/modules/services/enthalpy/srv6.nix index 179e037..25a0c2c 100644 --- a/nixos/modules/services/enthalpy/srv6.nix +++ b/nixos/modules/services/enthalpy/srv6.nix @@ -79,7 +79,10 @@ in Type = "oneshot"; RemainAfterExit = true; }; - after = [ "netns-enthalpy.service" ]; + after = [ + "netns-enthalpy.service" + "enthalpy-exit.service" + ]; partOf = [ "netns-enthalpy.service" "enthalpy-exit.service"