Update Zion IP address

This commit is contained in:
2025-03-04 17:46:29 +01:00
parent abcdb8060f
commit e3d6e304b2
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.129.2:22000" ]; addresses = [ "tcp://192.168.128.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.129.2" ]; dns = [ "192.168.128.2" ];
networkConfig.MulticastDNS = "yes"; networkConfig.MulticastDNS = "yes";
}; };