From 30c5bbbf8d82e880683df96743c4402211890211 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 18 Jan 2025 00:57:48 -0600 Subject: [PATCH] bye virtmanager --- hosts/workstation/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) 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;