From 2480d38620bcdcea35e8d6998ac22530f55f8d1d Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Tue, 7 Oct 2025 02:38:37 +0200 Subject: [PATCH] fix hibernate-then-sleep delay --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 443f34b..90d6d8b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -608,4 +608,8 @@ in }; wantedBy = [ "timers.target" ]; }; + + systemd.sleep.extraConfig = '' + HibernateDelaySec=60min + ''; }