From c45714cd8caa3b31798913f26e5f3a568775f777 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Mon, 2 Jun 2025 20:45:14 +0200 Subject: [PATCH] 121 current 2025-06-02 20:45:12 25.11.20250531.910796c 6.12.31 * --- hosts/framework/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 8524673..c75c22a 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -124,5 +124,14 @@ nerd-fonts.jetbrains-mono ]; + #vm + programs.virt-manager.enable = true; + + users.groups.libvirtd.members = ["bruhng"]; + + virtualisation.libvirtd.enable = true; + + virtualisation.spiceUSBRedirection.enable = true; + system.stateVersion = "25.05"; # Do not channge }