diff options
Diffstat (limited to '')
-rw-r--r-- | system/libvirtd/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libvirtd/default.nix b/system/libvirtd/default.nix index 68e7a40e..498131ef 100644 --- a/system/libvirtd/default.nix +++ b/system/libvirtd/default.nix @@ -1,6 +1,7 @@ # vim: ts=2 {pkgs, ...}: { virtualisation = { + spiceUSBRedirection.enable = true; # TODO this allows usb access to any user, which shouldn't be that bad # cores = 8; # diskSize = 25000; # useEFIBoot = true; |