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 }; }; }