Skip to content

Commit caebc2d

Browse files
Merge pull request #400 from MarcelCoding/tap-after-network
2 parents 67c23f6 + b333c4a commit caebc2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos-modules/host/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ in
132132
description = "Setup MicroVM '%i' TAP interfaces";
133133
before = [ "microvm@%i.service" ];
134134
partOf = [ "microvm@%i.service" ];
135+
after = [ "network.target" ];
135136
unitConfig.ConditionPathExists = "${stateDir}/%i/current/bin/tap-up";
136137
restartIfChanged = false;
137138
serviceConfig = {

0 commit comments

Comments
 (0)