diff options
Diffstat (limited to 'modules/by-name/li/libvirtd')
-rw-r--r-- | modules/by-name/li/libvirtd/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/li/libvirtd/module.nix b/modules/by-name/li/libvirtd/module.nix index 5c519550..4f1943c6 100644 --- a/modules/by-name/li/libvirtd/module.nix +++ b/modules/by-name/li/libvirtd/module.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{...}: { # virtualisation = { # spiceUSBRedirection.enable = true; # TODO: this allows usb access to any user, which shouldn't be that bad # cores = 8; |