aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/services.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-01 19:42:25 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-01 19:42:25 -0700
commitf6988202567bc5550d412f5e70125cd5e049a501 (patch)
tree1bd202120a78c0a9b938d1d7fd657bce1f9766ce /hosts/aptos/services.nix
parentprofiles/workstation: reduce the number of moving parts (diff)
downloadinfra-f6988202567bc5550d412f5e70125cd5e049a501.tar.gz
profiles/laptop: consolidate services related to laptop
Diffstat (limited to '')
-rw-r--r--hosts/aptos/services.nix6
1 files changed, 0 insertions, 6 deletions
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;