From 555140d9f6bd0ec9614a1f77aea720d14e6509fc Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 28 Feb 2025 04:07:40 +0100 Subject: [PATCH] Update zion IP address --- modules/datasync.nix | 2 +- modules/networking.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index b61d912..10452c6 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -24,7 +24,7 @@ settings = { devices.zion = { id = "FLI2RS7-GNI5PDM-SQRNF7P-YJIOXJ7-46FRPEI-NRLQGBC-HXRWG7O-RKOVLAF"; - addresses = [ "tcp://192.168.13.2:22000" ]; + addresses = [ "tcp://192.168.129.2:22000" ]; }; folders = { Documents = { diff --git a/modules/networking.nix b/modules/networking.nix index cbdd224..7be890d 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -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"; };