forked from M-Labs/it-infra
nixbld: revert 233998b8
(did not fix the problem)
This commit is contained in:
parent
2bf7bb0638
commit
94cff9bb09
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue