From d9a33d6aa7f0980e9a83a306ebbf84962b4340ba Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 7 Aug 2026 14:52:27 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/gw-router/default.nix --- clan.nix | 2 +- modules/clan/gw-router/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clan.nix b/clan.nix index c5813b4..23fc047 100644 --- a/clan.nix +++ b/clan.nix @@ -142,7 +142,7 @@ in enp4s0.vlanId = 10; }; - uplinkPorts = [ "enp3s0" ]; + upLinkPorts = [ "enp3s0" ]; }; }; }; diff --git a/modules/clan/gw-router/default.nix b/modules/clan/gw-router/default.nix index 07e1caf..f91b8ef 100644 --- a/modules/clan/gw-router/default.nix +++ b/modules/clan/gw-router/default.nix @@ -279,7 +279,7 @@ // lib.listToAttrs ( map (port: { - name = "5-uplink-${port}"; + name = "15-uplink-${port}"; value = { matchConfig.Name = "${port}"; networkConfig.DHCP = "ipv4";