summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2023-11-17 12:54:16 -0800
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-11-18 08:43:21 +0100
commit7686f24675e861ceb05bc7539a549bd4bd72dfcd (patch)
tree38a92928878842b21c3959bd72701c7c05359a9b /nixos
parentef355dde3c80e7ee30aa65aa5bf76e0b1b00bcc2 (diff)
downloadnixpkgs-7686f24675e861ceb05bc7539a549bd4bd72dfcd.tar
nixpkgs-7686f24675e861ceb05bc7539a549bd4bd72dfcd.tar.gz
nixpkgs-7686f24675e861ceb05bc7539a549bd4bd72dfcd.tar.bz2
nixpkgs-7686f24675e861ceb05bc7539a549bd4bd72dfcd.tar.lz
nixpkgs-7686f24675e861ceb05bc7539a549bd4bd72dfcd.tar.xz
nixpkgs-7686f24675e861ceb05bc7539a549bd4bd72dfcd.tar.zst
nixpkgs-7686f24675e861ceb05bc7539a549bd4bd72dfcd.zip
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')
-rw-r--r--nixos/modules/system/boot/networkd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix
index b7ced5b0d34..be41654a05d 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"