From cc083128a3dfad4757bed76a8c23bdae2f860342 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 5 Nov 2025 22:23:24 -0600 Subject: [PATCH] testing timeout --- hosts/nixos/yveltal/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nixos/yveltal/configuration.nix b/hosts/nixos/yveltal/configuration.nix index 9589304..b960e79 100644 --- a/hosts/nixos/yveltal/configuration.nix +++ b/hosts/nixos/yveltal/configuration.nix @@ -47,7 +47,8 @@ #HandleLidSwitch = "suspend"; HandlePowerKey = "suspend-then-hibernate"; HandleLidSwitch = "suspend-then-hibernate"; - HibernateDelaySec = "1800"; + HibernateDelaySec = "60"; + #HibernateDelaySec = "1800"; }; # boot (systemd is growing on me)