From 917217b3c00c413125c968e90c2cff2365b3e854 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 21 Aug 2026 14:04:05 +0200 Subject: [PATCH] [albert] fix duplicate host id --- machines/hosts.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/hosts.nix b/machines/hosts.nix index d802507..c750c86 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -63,7 +63,7 @@ in type = "host"; network = { local = true; - hostId = "16"; + hostId = "19"; address = "192.168.1.106"; }; }; @@ -117,6 +117,8 @@ in type = "microvm"; network = createMaloNet "18" "52:DA:0D:F9:EF:F4"; }; + + # last host id: 19 }; }; }