mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
feat: spi thermal conf
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user