Adapt LAN settings to new ISP

This commit is contained in:
coolneng 2025-02-25 23:40:25 +01:00
parent a5a305e907
commit 966bb50149
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -53,11 +53,11 @@ in
name = "wlan0";
matchConfig = {
Name = "wlan0";
SSID = "Zingarata";
SSID = "anakinosi";
};
address = [ "192.168.13.131/24" ];
gateway = [ "192.168.13.1" ];
dns = [ "192.168.13.2" ];
address = [ "192.168.129.3/23" ];
gateway = [ "192.168.128.1" ];
dns = [ "192.168.128.1" ];
networkConfig.MulticastDNS = "yes";
};
@ -69,7 +69,7 @@ in
};
address = [ "192.168.13.3/24" ];
gateway = [ "192.168.13.1" ];
dns = [ "192.168.13.2" ];
dns = [ "1.1.1.1" ];
networkConfig.MulticastDNS = "yes";
};