about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-26 19:38:17 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-26 19:38:17 +0200
commit521cb84036162ee3348c7204f9e0947a0ca94608 (patch)
tree08782dae16d1e83eba4f3c9a375399ba7b6fd213 /machines/profpatsch
parent0f7d64a373f64e32da6689bd75c22204db7ca23b (diff)
machines/Profpatsch/thinkpad: always enable upowerd
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/thinkpad.nix2
1 files changed, 2 insertions, 0 deletions
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;
   };
 }