Update zion IP address

This commit is contained in:
2025-02-28 04:07:40 +01:00
parent 426d004020
commit 555140d9f6
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ in
};
address = [ "192.168.129.3/23" ];
gateway = [ "192.168.128.1" ];
dns = [ "192.168.128.1" ];
dns = [ "192.168.129.2" ];
networkConfig.MulticastDNS = "yes";
};