still fail at virt manager

This commit is contained in:
Kopatz
2024-04-24 16:38:40 +02:00
parent 0c9a60a377
commit f0eee9c0eb
4 changed files with 28 additions and 43 deletions

View File

@@ -9,6 +9,6 @@ in
};
config = mkIf (cfg.enable && config.virtualisation.libvirtd.enable) {
boot.kernelParams = [ "amd_iommu=on" ];
boot.kernelParams = [ "amd_iommu=on" "iommu=pt" ];
};
}