Skip to content

Commit c9fe9b9

Browse files
committed
nixos-modules/microvm/interfaces: set tap up
1 parent 472227c commit c9fe9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos-modules/microvm/interfaces.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ in
3030
fi
3131
3232
${lib.getExe' pkgs.iproute2 "ip"} tuntap add name '${id}' mode tap user '${user}' ${tapFlags}
33+
${lib.getExe' pkgs.iproute2 "ip"} link set '${id}' up
3334
'') tapInterfaces;
3435

3536
tap-down = ''

0 commit comments

Comments
 (0)