nixos: enable usb passthrough in spice clients

This commit is contained in:
Alexandre Cavalheiro 2024-08-10 17:22:22 -03:00
parent 5434de614d
commit c1ee3a68a9
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -364,6 +364,7 @@ in
# Enable virt-manager
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget