feat: spi thermal conf

This commit is contained in:
Flameopathic
2024-06-22 13:51:28 -04:00
parent e8232c132a
commit 7d87afd10b
2 changed files with 33 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
# This module is intended to support the Surface Pro range, specifically those with Intel CPUs.
# It's expected it will work equally well on many other Surface models, but they may need further
@@ -15,4 +15,9 @@
microsoft-surface.ipts.enable = true;
microsoft-surface.surface-control.enable = true;
services.thermald = lib.mkDefault {
enable = true;
configFile = ./thermal-conf.xml;
};
}