hosts/hyacinth: enable waydroid
This commit is contained in:
parent
92a26d1621
commit
c5956a8a56
1 changed files with 8 additions and 4 deletions
|
|
@ -43,10 +43,14 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu.package = pkgs.qemu_kvm.override { smbdSupport = true; };
|
||||
virtualisation = {
|
||||
lxd.enable = true;
|
||||
waydroid.enable = true;
|
||||
spiceUSBRedirection.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu.package = pkgs.qemu_kvm.override { smbdSupport = true; };
|
||||
};
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue