From 81803c53723b939a15eaf01af178ecc4364a9549 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jun 2022 08:59:19 -0700 Subject: ref(laptop): move services related to laptop to host's configuration As for the bluetooth configuration, we don't need that level of indirection. The laptop can consume these services directly, and we can drop the profile for laptop. Change-Id: Ia434d336ae581bd040fbc4963e5856806183d55e Reviewed-on: https://cl.fcuny.net/c/world/+/290 Reviewed-by: Franck Cuny --- profiles/laptop/default.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 profiles/laptop/default.nix (limited to 'profiles/laptop') diff --git a/profiles/laptop/default.nix b/profiles/laptop/default.nix deleted file mode 100644 index f5288b6..0000000 --- a/profiles/laptop/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, lib, ... }: -let cfg = config.my.profiles.laptop; -in { - options.my.profiles.laptop = with lib; { - enable = mkEnableOption "laptop profile"; - }; - - config = lib.mkIf cfg.enable { - # monitors and controls temperature - my.services.thermald.enable = true; - - # Enable TLP power management - my.services.tlp.enable = true; - }; -} -- cgit 1.4.1