more hardware virtualization stuff being added in

This commit is contained in:
2026-01-05 15:46:13 -05:00
parent e3b134e48a
commit 7f0fdbc6bb
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
{ pkgs, ... }: {
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
services.qemuGuest.enable = true;
services.spice-vdagentd.enable = true;
environment.systemPackages = with pkgs; [
qemu
quickemu