2
0
Fork 0

vbox guests need name

This commit is contained in:
Ehmry - 2020-12-21 20:34:42 +01:00
parent d1d6395fc4
commit a4f86d2d61
1 changed files with 17 additions and 14 deletions

View File

@ -96,6 +96,8 @@ in {
}.${cfg.bootFormat}; }.${cfg.bootFormat};
in { in {
inherit name;
value = {
inherit (cfg) routeToNics; inherit (cfg) routeToNics;
@ -114,6 +116,7 @@ in {
, vmName = "${vmName}" , vmName = "${vmName}"
} }
''; '';
};
}) config.genode.vbox.guests; }) config.genode.vbox.guests;
}; };