From 288d46f218d5bb595ec397c4515f1db036b06ed7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Aug 2022 13:41:28 +0200 Subject: 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 --- modules/user/aszlig/profiles/managed.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/user') 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} = { -- cgit 1.4.1