chore: Change network configuration for Tytondiae

This commit is contained in:
ulic-youthlic 2026-02-25 16:59:42 +08:00
parent 6b9f84b5b8
commit 4bac25aefe
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -52,24 +52,24 @@
Name = "eno2"; Name = "eno2";
}; };
}; };
"20-wlan0" = { # "20-wlan0" = {
matchConfig = { # matchConfig = {
Name = "wlan0"; # Name = "wlan0";
}; # };
address = ["192.168.110.1/24"]; # address = ["192.168.110.1/24"];
networkConfig = { # networkConfig = {
DHCPServer = "yes"; # DHCPServer = "yes";
IPMasquerade = "yes"; # IPMasquerade = "yes";
IPv4Forwarding = "yes"; # IPv4Forwarding = "yes";
}; # };
dhcpServerConfig = { # dhcpServerConfig = {
PoolOffset = 100; # PoolOffset = 100;
PoolSize = 20; # PoolSize = 20;
EmitDNS = "yes"; # EmitDNS = "yes";
DNS = "8.8.8.8"; # DNS = "8.8.8.8";
}; # };
}; # };
# "20-wlan0" = { # "20-wlan0" = {
# networkConfig = { # networkConfig = {
# # Bond = "bond0"; # # Bond = "bond0";
@ -108,8 +108,8 @@
Enabled = true; Enabled = true;
}; };
General = { General = {
EnableNetworkConfiguration = false; # EnableNetworkConfiguration = false;
# EnableNetworkConfiguration = true; EnableNetworkConfiguration = true;
}; };
Settings = { Settings = {
AutoConnect = true; AutoConnect = true;