From d999e4ca6ad3c1782463cd3b4df914564153909e Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 3 Nov 2025 02:33:40 -0600 Subject: [PATCH] chore: updated ceres IP --- modules/config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default.nix b/modules/config/default.nix index 3a68057..8730003 100755 --- a/modules/config/default.nix +++ b/modules/config/default.nix @@ -231,7 +231,7 @@ in ceresStorageDriveName = "NAS1"; erisStorageDriveName = "NAS2"; - ceresIP = "10.0.0.72"; + ceresIP = "192.168.50.140"; erisIP = "192.168.50.245"; deimosIP = "192.168.50.176"; marsIP = "192.168.50.218";