about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-08-15 13:41:28 +0200
committeraszlig <aszlig@nix.build>2022-08-15 13:41:28 +0200
commit288d46f218d5bb595ec397c4515f1db036b06ed7 (patch)
tree54f3502ca1bbb1a841059140a7f1e50298a067d1 /modules
parent3e7cdd7fda64ce03e970d7379b8bf888fac8c273 (diff)
profiles/managed: Remove TLP
Right now we're getting an eval error like this:

  Failed assertions:
  - You have set services.power-profiles-daemon.enable = true;
  which conflicts with services.tlp.enable = true;

Since the machines in question are for desktop environment users, TLP
doesn't make a lot of sense. Besides, the option should not be defined
in managed.nix anyway, because it's a hardware-specific option.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/managed.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index 23a9cd80..dd4bcd58 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -97,8 +97,6 @@ in {
 
     programs.bash.enableCompletion = true;
 
-    services.tlp.enable = true;
-
     time.timeZone = "Europe/Berlin";
 
     users.users.${mainUser} = {