1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 10:33:33 +02:00

Merge pull request #402 from twoolie/patch-1

Remove `intel_iommu=on` by default for all X1 models.
This commit is contained in:
Jörg Thalheim 2022-04-08 08:00:45 +01:00 committed by GitHub
commit ddeb6a0aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,4 @@
../.
../../../common/cpu/intel
];
boot.kernelParams = [ "intel_iommu=on" ];
}