Merge branch 'master' into iptsd

This commit is contained in:
Jörg Thalheim
2024-06-23 14:05:16 +02:00
committed by GitHub
4 changed files with 35 additions and 1 deletions

View File

@@ -15,4 +15,9 @@
services.iptsd.enable = lib.mkDefault true;
environment.systemPackages = [ pkgs.surface-control ];
services.thermald = lib.mkDefault {
enable = true;
configFile = ./thermal-conf.xml;
};
}