diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:51:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:51:47 -0700 |
commit | 971ffcae9bff15eb6ac6723b4d0bba7f7c54bf0f (patch) | |
tree | 428d6a111c5128d1595711260f7245b80a1c9c9a /hosts/aptos | |
parent | carmel: enable the sound (diff) | |
download | world-971ffcae9bff15eb6ac6723b4d0bba7f7c54bf0f.tar.gz |
create a profile for laptop
Diffstat (limited to 'hosts/aptos')
-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 |