devices.surface: fix

This commit is contained in:
陈浩南 2024-02-22 23:33:24 +08:00
parent e5ba10751b
commit 4c3b25afca

View File

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