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;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
virtualisation.spiceUSBRedirection.enable = true;
|
virtualisation = {
|
||||||
virtualisation.libvirtd = {
|
lxd.enable = true;
|
||||||
enable = true;
|
waydroid.enable = true;
|
||||||
qemu.package = pkgs.qemu_kvm.override { smbdSupport = true; };
|
spiceUSBRedirection.enable = true;
|
||||||
|
libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
qemu.package = pkgs.qemu_kvm.override { smbdSupport = true; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue