Enable AMD IOMMU on agares for PCI passthrough

This commit is contained in:
Tim Schubert 2022-04-03 19:35:26 +02:00
parent 71d33dcb70
commit edfd136f26
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -17,7 +17,10 @@
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
boot.kernelParams = [ "console=ttyS0,115200" ];
boot.kernelParams = [
"console=ttyS0,115200"
"amd_iommu=on"
];
i18n.defaultLocale = "en_US.UTF-8";
console = {