From 6512b75ee530373962c4ac31d7f6bb4406d9d5c1 Mon Sep 17 00:00:00 2001 From: Avery Date: Wed, 15 Jan 2025 15:43:25 +0100 Subject: [PATCH] i'm a silly goose --- hosts/totsugeki/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];