fix
This commit is contained in:
parent
f3fc94f0cb
commit
23d4ce282f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue