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''; };