From 414b262310e678de7e355a9e0ef45a17c3bcc298 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 7 Aug 2026 14:52:51 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/gw-cnx-1/configuration.nix --- machines/gw-cnx-1/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machines/gw-cnx-1/configuration.nix b/machines/gw-cnx-1/configuration.nix index c679df0..257202a 100644 --- a/machines/gw-cnx-1/configuration.nix +++ b/machines/gw-cnx-1/configuration.nix @@ -81,10 +81,10 @@ # (it's in no VLAN zone); PPPoE simply retries until the WAN port is cabled. # Do NOT connect the trunk ports to the production switch while staging — # Kea on tag 10 would fight the OPNsense LAN DHCP in one broadcast domain. - systemd.network.networks."05-staging" = { - matchConfig.Name = "enp3s0"; - networkConfig.DHCP = "ipv4"; - }; + # systemd.network.networks."05-staging" = { + # matchConfig.Name = "enp3s0"; + # networkConfig.DHCP = "ipv4"; + # }; time.timeZone = "Etc/GMT-7"; # UTC+7 (Thailand, fixed offset, no DST) services.chrony.enable = true;