Update zion IP address

This commit is contained in:
coolneng 2025-02-28 04:07:40 +01:00
parent 426d004020
commit 555140d9f6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
settings = { settings = {
devices.zion = { devices.zion = {
id = "FLI2RS7-GNI5PDM-SQRNF7P-YJIOXJ7-46FRPEI-NRLQGBC-HXRWG7O-RKOVLAF"; id = "FLI2RS7-GNI5PDM-SQRNF7P-YJIOXJ7-46FRPEI-NRLQGBC-HXRWG7O-RKOVLAF";
addresses = [ "tcp://192.168.13.2:22000" ]; addresses = [ "tcp://192.168.129.2:22000" ];
}; };
folders = { folders = {
Documents = { Documents = {

View File

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