From 4bac25aefe55975eb507240863e4192524ca1362 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Wed, 25 Feb 2026 16:59:42 +0800 Subject: [PATCH] chore: Change network configuration for Tytondiae --- nixos/configurations/Tytonidae/networking.nix | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/nixos/configurations/Tytonidae/networking.nix b/nixos/configurations/Tytonidae/networking.nix index e8404f3..a25c986 100644 --- a/nixos/configurations/Tytonidae/networking.nix +++ b/nixos/configurations/Tytonidae/networking.nix @@ -52,24 +52,24 @@ Name = "eno2"; }; }; - "20-wlan0" = { - matchConfig = { - Name = "wlan0"; - }; + # "20-wlan0" = { + # matchConfig = { + # Name = "wlan0"; + # }; - address = ["192.168.110.1/24"]; - networkConfig = { - DHCPServer = "yes"; - IPMasquerade = "yes"; - IPv4Forwarding = "yes"; - }; - dhcpServerConfig = { - PoolOffset = 100; - PoolSize = 20; - EmitDNS = "yes"; - DNS = "8.8.8.8"; - }; - }; + # address = ["192.168.110.1/24"]; + # networkConfig = { + # DHCPServer = "yes"; + # IPMasquerade = "yes"; + # IPv4Forwarding = "yes"; + # }; + # dhcpServerConfig = { + # PoolOffset = 100; + # PoolSize = 20; + # EmitDNS = "yes"; + # DNS = "8.8.8.8"; + # }; + # }; # "20-wlan0" = { # networkConfig = { # # Bond = "bond0"; @@ -108,8 +108,8 @@ Enabled = true; }; General = { - EnableNetworkConfiguration = false; - # EnableNetworkConfiguration = true; + # EnableNetworkConfiguration = false; + EnableNetworkConfiguration = true; }; Settings = { AutoConnect = true;