From ca33374bbc68566409fd545e3aebe5107ec583b9 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 27 Nov 2023 17:47:01 +0100 Subject: [PATCH] hephaestus: enable tlp for real --- hosts/hephaestus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index f60ad04..679e719 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -102,6 +102,7 @@ services = { tlp = { + enable = true; settings = { START_CHARGE_THRESH_BAT0 = 70; STOP_CHARGE_THRESH_BAT0 = 80; @@ -141,6 +142,7 @@ # Enable the KDE Plasma Desktop Environment. services.xserver.displayManager.sddm.enable = true; services.xserver.desktopManager.plasma5.enable = true; + services.power-profiles-daemon.enable = false; # Configure console keymap console.keyMap = "us";