You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 line
174 B

  1. { lib, pkgs, ... }:
  2. {
  3. imports = [
  4. ../../../common/cpu/intel
  5. ../../../common/pc/laptop
  6. ../../../common/pc/laptop/ssd
  7. ];
  8. services.thermald.enable = true;
  9. }