Enable spiceUSBRedirection

This commit is contained in:
Henry Hiles 2025-01-06 16:41:09 -05:00
parent 37bb470afb
commit f896e89d35
2 changed files with 17 additions and 12 deletions

View file

@ -1,5 +1,8 @@
{pkgs, ...}: {
virtualisation.libvirtd.enable = true;
virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
programs.virt-manager.enable = true;
environment.systemPackages = [pkgs.quickemu];
}