diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 2245985..0ef0223 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -112,13 +112,7 @@ } ''; }; - users.groups.libvirtd.members = [ "jawz" ]; - virtualisation = { - libvirtd.enable = true; - spiceUSBRedirection.enable = true; - }; programs = { - virt-manager.enable = true; kdeconnect = { enable = true; package = pkgs.gnomeExtensions.gsconnect;