Add LXD for Waydroid

This commit is contained in:
Greg Hellings
2022-11-14 14:28:03 -06:00
parent 05d3231176
commit 05e601992b
+2 -3
View File
@@ -17,9 +17,8 @@
onBoot = "ignore"; # Do not auto-restart VMs on boot, unless they are marked autostart
};
waydroid = {
enable = true;
};
waydroid.enable = true;
lxd.enable = true; # Needed for waydroid
virtualbox.host.enable = true;
};