From 521cb84036162ee3348c7204f9e0947a0ca94608 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 26 Jun 2022 19:38:17 +0200 Subject: machines/Profpatsch/thinkpad: always enable upowerd --- machines/profpatsch/thinkpad.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/thinkpad.nix b/machines/profpatsch/thinkpad.nix index f8baf806..4e9cf4f1 100644 --- a/machines/profpatsch/thinkpad.nix +++ b/machines/profpatsch/thinkpad.nix @@ -7,5 +7,7 @@ config = { # Enables drivers, acpi, power management vuizvui.hardware.thinkpad.enable = true; + + vuizvui.services.upower.enable = lib.mkDefault true; }; } -- cgit 1.4.1