feat(vms): configure libvirt and QEMU settings in default.nix

This commit is contained in:
uttarayan21
2025-11-22 16:18:39 +05:30
parent d8f045d69e
commit 819c444daf
4 changed files with 13 additions and 5 deletions

View File

@@ -4,10 +4,6 @@
lib,
...
}: {
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.qemu.ovmf.enable = true;
virtualisation.libvirtd.qemu.swtpm.enable = true;
# IOMMU and VFIO settings
# boot.kernelParams = [
# "amd_iommu=on" # Use "intel_iommu=on" for Intel CPUs