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 + ''; + }