Update Zion IP address
This commit is contained in:
parent
abcdb8060f
commit
e3d6e304b2
@ -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 = {
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user