system/sandbar: enable iommu

This commit is contained in:
Artemis Tosini 2024-07-19 20:36:36 +00:00
parent 91fcf1038d
commit 4c3b933477
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -3,6 +3,7 @@
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "intel_iommu=on" ];
tmp.cleanOnBoot = true;
initrd.systemd.enable = true;