nixos: enable usb passthrough in spice clients
This commit is contained in:
parent
5434de614d
commit
c1ee3a68a9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue