From 3d9842077bb64568e5999ced42508020392b003a Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 14 Mar 2022 01:10:32 +0000 Subject: [PATCH] More sleep changes --- hosts/pingbox/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pingbox/configuration.nix b/hosts/pingbox/configuration.nix index 7a7c893..e70395b 100644 --- a/hosts/pingbox/configuration.nix +++ b/hosts/pingbox/configuration.nix @@ -43,5 +43,9 @@ }; }; + systemd.sleep.extraConfig = '' + HibernateDelaySec=600 + ''; + }