mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/gw-cnx-1/configuration.nix
This commit is contained in:
2026-08-07 14:52:51 +07:00
parent d9a33d6aa7
commit 414b262310
+4 -4
View File
@@ -81,10 +81,10 @@
# (it's in no VLAN zone); PPPoE simply retries until the WAN port is cabled. # (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 — # 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. # Kea on tag 10 would fight the OPNsense LAN DHCP in one broadcast domain.
systemd.network.networks."05-staging" = { # systemd.network.networks."05-staging" = {
matchConfig.Name = "enp3s0"; # matchConfig.Name = "enp3s0";
networkConfig.DHCP = "ipv4"; # networkConfig.DHCP = "ipv4";
}; # };
time.timeZone = "Etc/GMT-7"; # UTC+7 (Thailand, fixed offset, no DST) time.timeZone = "Etc/GMT-7"; # UTC+7 (Thailand, fixed offset, no DST)
services.chrony.enable = true; services.chrony.enable = true;