diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/aptos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index b596f30..a469aec 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -22,7 +22,7 @@ }; }; - services.thermald.enable = true; + my.profiles = { laptop = { enable = true; }; }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions |