From 8aa55d664075bfcffb0e9787ef0e54db1509a9d7 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 18 Jan 2025 00:56:33 -0600 Subject: [PATCH] enabled virt-manager --- hosts/workstation/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 0ef0223..2245985 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -112,7 +112,13 @@ } ''; }; + users.groups.libvirtd.members = [ "jawz" ]; + virtualisation = { + libvirtd.enable = true; + spiceUSBRedirection.enable = true; + }; programs = { + virt-manager.enable = true; kdeconnect = { enable = true; package = pkgs.gnomeExtensions.gsconnect;