From f6988202567bc5550d412f5e70125cd5e049a501 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 1 May 2023 19:42:25 -0700 Subject: profiles/laptop: consolidate services related to laptop --- hosts/aptos/default.nix | 1 + hosts/aptos/services.nix | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'hosts') diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index af796cf..acfc64b 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -7,6 +7,7 @@ ./networking.nix ./services.nix "${self}/profiles/workstation.nix" + "${self}/profiles/laptop.nix" ]; # Allow setting GTK configuration using home-manager diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix index 3bb56b2..379ce78 100644 --- a/hosts/aptos/services.nix +++ b/hosts/aptos/services.nix @@ -5,12 +5,6 @@ let in { my.services = { - # monitors and controls temperature - thermald.enable = true; - - # Enable TLP power management - tlp.enable = true; - # enable a few services related to the gnome desktop gnome.enable = true; -- cgit 1.4.1