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 }