Skip to content

Commit

Permalink
enable thermald, the temperature management daemon.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakibrayan3 committed Oct 19, 2024
1 parent a8dd1b2 commit bcfe64c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hp/laptop/14s-dq2024nf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];

config = {
services.thermald.enable = lib.mkDefault true;
};
}

0 comments on commit bcfe64c

Please sign in to comment.