nixos/networkd: add ipvtap kind to netdev and IPVTAP= to network

From `man systemd.netdev`: https://www.freedesktop.org/software/systemd/man/latest/systemd.netdev.html#Supported%20netdev%20kinds

From `man systemd.network`: https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html#IPoIB=
This commit is contained in:
Philip Taron 2023-11-17 12:54:16 -08:00 committed by Jörg Thalheim
parent ef355dde3c
commit 7686f24675

View File

@ -146,6 +146,7 @@ let
"ip6gretap"
"ipip"
"ipvlan"
"ipvtap"
"macvlan"
"macvtap"
"sit"
@ -615,6 +616,7 @@ let
"VRF"
"VLAN"
"IPVLAN"
"IPVTAP"
"MACVLAN"
"MACVTAP"
"VXLAN"