diff --git a/machines/rigel/networking.nix b/machines/rigel/networking.nix index 8ae2d5b..332aa90 100644 --- a/machines/rigel/networking.nix +++ b/machines/rigel/networking.nix @@ -7,25 +7,6 @@ let in { # clan.core.vars.generators.networking.files.ata-interface.secret = false; - systemd.network = { - netdevs = { - "20-vlan10" = { - netdevConfig = { - Kind = "vxlan"; - Name = "vxlan10"; - }; - vxlanConfig = { - VNI = 10; - Local = ""; - Remote = [ ]; - DestinationPort = 4789; - }; - }; - }; - networks = { - - }; - }; networking.interfaces = { ${ata-interface} = {