diff --git a/hosts/totsugeki/nixos/default.nix b/hosts/totsugeki/nixos/default.nix index ff80f74..eb1ec89 100644 --- a/hosts/totsugeki/nixos/default.nix +++ b/hosts/totsugeki/nixos/default.nix @@ -232,7 +232,7 @@ virtualisation = { libvirtd.enable = true; - spiceUSBRedirection = true; + spiceUSBRedirection.enable = true; }; users.users.avery.extraGroups = [ "corectrl" "libvirt" ];