From 79f301447a9b5fc9cbc4d03d042679bf1c8086e4 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 28 Oct 2025 09:37:26 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/rigel/networking.nix --- machines/rigel/networking.nix | 19 ------------------- 1 file changed, 19 deletions(-) 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} = {