[albert] fix duplicate host id

This commit is contained in:
2026-08-21 14:04:05 +02:00
parent 486ea86797
commit 917217b3c0
+3 -1
View File
@@ -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
};
};
}