diff options
author | Philip Taron | 2023-11-17 12:54:16 -0800 |
---|---|---|
committer | Jörg Thalheim | 2023-11-18 08:43:21 +0100 |
commit | 7686f24675e861ceb05bc7539a549bd4bd72dfcd (patch) | |
tree | 38a92928878842b21c3959bd72701c7c05359a9b /nixos/modules | |
parent | ef355dde3c80e7ee30aa65aa5bf76e0b1b00bcc2 (diff) |
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=
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/system/boot/networkd.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index b7ced5b0d346..be41654a05df 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -146,6 +146,7 @@ let "ip6gretap" "ipip" "ipvlan" + "ipvtap" "macvlan" "macvtap" "sit" @@ -615,6 +616,7 @@ let "VRF" "VLAN" "IPVLAN" + "IPVTAP" "MACVLAN" "MACVTAP" "VXLAN" |