We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3735b10 commit e7ad244Copy full SHA for e7ad244
nixos-modules/host/default.nix
@@ -130,6 +130,7 @@ in
130
description = "Setup MicroVM '%i' TAP interfaces";
131
before = [ "microvm@%i.service" ];
132
partOf = [ "microvm@%i.service" ];
133
+ after = [ "network.target" ];
134
unitConfig.ConditionPathExists = "${stateDir}/%i/current/bin/tap-up";
135
restartIfChanged = false;
136
serviceConfig = {
0 commit comments