From 983aa3dbe080be08da5b2ed172ac2ac92d988e27 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Sat, 29 Aug 2026 20:52:38 +0200 Subject: [PATCH] [albert] correct IP --- machines/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/hosts.nix b/machines/hosts.nix index c750c86..8242bdb 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -64,7 +64,7 @@ in network = { local = true; hostId = "19"; - address = "192.168.1.106"; + address = "192.168.1.111"; }; };