virtualisation usb passthrough

This commit is contained in:
William 2025-12-16 07:14:29 -03:00
parent 7a0353280e
commit 106198878c

View file

@ -1,7 +1,10 @@
{ ... }: { ... }:
{ {
virtualisation.libvirtd.enable = true; virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
programs.virt-manager.enable = true; programs.virt-manager.enable = true;