From 94cff9bb09603cda661f1a04f5ca48b8cdf51ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Tue, 8 Oct 2024 16:11:12 +0800 Subject: [PATCH] nixbld: revert 233998b8 (did not fix the problem) --- nixbld-etc-nixos/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 7116c02..3db1d77 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -320,11 +320,6 @@ in start_action = "start"; }; }; - # prevent race condition similar to https://github.com/NixOS/nixpkgs/issues/27070 - systemd.services.strongswan-swanctl = { - after = [ "network-addresses-${netifAlt}.service" ]; - requires = [ "network-addresses-${netifAlt}.service" ]; - }; systemd.services.network-custom-route-backup = { wantedBy = [ "network.target" ];