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";
};
};
"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;