From dabda0ccb957fffb084f0bfe28cb135d6f4bc8bb Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 20 Feb 2026 20:28:59 +0100 Subject: [PATCH] [general] fix physical host ips --- machines/hosts.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machines/hosts.nix b/machines/hosts.nix index 624de8db..067179d9 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -37,7 +37,7 @@ in network = { local = true; hostId = "12"; - address = "192.168.1.12"; + address = "192.168.1.102"; }; }; @@ -46,7 +46,7 @@ in network = { local = true; hostId = "13"; - address = "192.168.1.13"; + address = "192.168.1.103"; }; }; @@ -55,7 +55,7 @@ in network = { local = true; hostId = "15"; - address = "192.168.1.15"; + address = "192.168.1.105"; }; };