From a6ea2a10385a62ddaa86ff0076e77cb4f2b5429d Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 27 Oct 2025 18:10:02 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/rigel/networking.nix --- machines/rigel/networking.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/rigel/networking.nix b/machines/rigel/networking.nix index 604af1b..8ae2d5b 100644 --- a/machines/rigel/networking.nix +++ b/machines/rigel/networking.nix @@ -14,6 +14,12 @@ in Kind = "vxlan"; Name = "vxlan10"; }; + vxlanConfig = { + VNI = 10; + Local = ""; + Remote = [ ]; + DestinationPort = 4789; + }; }; }; networks = {