This commit is contained in:
2023-12-01 19:32:15 +01:00
parent f3fc94f0cb
commit 23d4ce282f

View File

@@ -3,9 +3,9 @@ let
hostNic = "server"; hostNic = "server";
guests = { guests = {
git = { git = {
memory = 16; memory = "16";
mac = "ed:22:4a:96:c3:01"; mac = "ed:22:4a:96:c3:01";
diskSize = 128; diskSize = "128";
}; };
}; };
in in