From c831be4a945148afce5c86e4cf9c2b930f759d9d Mon Sep 17 00:00:00 2001 From: Sense T Date: Fri, 14 Jul 2023 08:51:12 +0000 Subject: [PATCH] enable upower --- global/software-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index cb0de5c..5ea4c8a 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -61,6 +61,11 @@ }; }; }; + + upower = { + enable = true; + criticalPowerAction = "Hibernate"; + }; }; # List packages installed in system profile. To search, run: