From e50f5032708331d89951a6f68893c2ac82a34539 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 5 Nov 2025 22:18:46 -0600 Subject: [PATCH] wait its something else --- hosts/nixos/yveltal/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/nixos/yveltal/configuration.nix b/hosts/nixos/yveltal/configuration.nix index c5e4c3e..9589304 100644 --- a/hosts/nixos/yveltal/configuration.nix +++ b/hosts/nixos/yveltal/configuration.nix @@ -43,11 +43,11 @@ # fix power buttons services.logind.settings.Login = { - HandlePowerKey = "suspend"; - HandleLidSwitch = "suspend"; - #HandlePowerKey = "suspend-then-hibernate"; - #HandleLidSwitch = "suspend-then-hibernate"; - #HibernateDelaySec = "1800"; + #HandlePowerKey = "suspend"; + #HandleLidSwitch = "suspend"; + HandlePowerKey = "suspend-then-hibernate"; + HandleLidSwitch = "suspend-then-hibernate"; + HibernateDelaySec = "1800"; }; # boot (systemd is growing on me)