modified hardware virt

This commit is contained in:
2025-12-14 17:53:10 -05:00
parent 70691c16e5
commit b7f65a6eeb

View File

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