This commit is contained in:
LunarAkai 2025-03-17 22:52:44 +01:00
commit b69972cb03
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
environment = with pkgs; {
systemPackages = [
qemu
quickemu
quickgui
];
};
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}