From 4c3b933477ebbe499498e2f17a74c70beff26520 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Fri, 19 Jul 2024 20:36:36 +0000 Subject: [PATCH] system/sandbar: enable iommu --- system/sandbar/boot-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/sandbar/boot-config.nix b/system/sandbar/boot-config.nix index c7cd920..b1f10f6 100644 --- a/system/sandbar/boot-config.nix +++ b/system/sandbar/boot-config.nix @@ -3,6 +3,7 @@ { boot = { kernelPackages = pkgs.linuxPackages_latest; + kernelParams = [ "intel_iommu=on" ]; tmp.cleanOnBoot = true; initrd.systemd.enable = true;