From 4c3b25afca6f97272cfb7cbb3b8fcdb2b82f6322 Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 22 Feb 2024 23:33:24 +0800 Subject: [PATCH] devices.surface: fix --- devices/surface/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/surface/default.nix b/devices/surface/default.nix index 3b80e094..4093cbc6 100644 --- a/devices/surface/default.nix +++ b/devices/surface/default.nix @@ -69,6 +69,7 @@ inputs: }; bugs = [ "xmunet" ]; }; + boot.kernelParams = [ "intel_iommu=off" ]; environment.systemPackages = with inputs.pkgs; [ maliit-keyboard maliit-framework ]; powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd''; };