about summary refs log tree commit diff
path: root/machines/profpatsch/thinkpad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/thinkpad.nix')
-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;
   };
 }