diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index f0f491b..c0a9921 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -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;