Enabled KVM/QEMU, might use it to run some sandboxed windows machines

This commit is contained in:
2024-12-24 18:57:09 +02:00
parent 87a5338df7
commit 2c36da019d

View File

@@ -186,6 +186,12 @@
};
};
# Enable KVM/QEMU virtualization
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["kyren"];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];