Improve VM support

This commit is contained in:
Greg Hellings
2023-08-07 16:15:58 -05:00
parent b6ce32fadc
commit 3a267b815d
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -17,7 +17,10 @@
onBoot = "ignore"; # Do not auto-restart VMs on boot, unless they are marked autostart
};
virtualbox.host.enable = true;
virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
waydroid.enable = true;
lxd.enable = true;