Skip to content

Commit

Permalink
nixos-modules/microvm/interfaces: set tap up
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Dec 7, 2024
1 parent 472227c commit c9fe9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos-modules/microvm/interfaces.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ in
fi
${lib.getExe' pkgs.iproute2 "ip"} tuntap add name '${id}' mode tap user '${user}' ${tapFlags}
${lib.getExe' pkgs.iproute2 "ip"} link set '${id}' up
'') tapInterfaces;

tap-down = ''
Expand Down

0 comments on commit c9fe9b9

Please sign in to comment.