From 971ffcae9bff15eb6ac6723b4d0bba7f7c54bf0f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:51:47 -0700 Subject: create a profile for laptop --- hosts/aptos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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 -- cgit 1.4.1