From c364d6dd744e8ca2d282f5487b2e879ba4646226 Mon Sep 17 00:00:00 2001 From: blake Date: Mon, 6 Apr 2026 16:56:06 -0500 Subject: [PATCH] updates --- hosts/nixos/yveltal/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nixos/yveltal/configuration.nix b/hosts/nixos/yveltal/configuration.nix index 9d3664a..13a2064 100644 --- a/hosts/nixos/yveltal/configuration.nix +++ b/hosts/nixos/yveltal/configuration.nix @@ -60,9 +60,9 @@ HandleLidSwitch = "suspend-then-hibernate"; }; # sets the delay before hibernation for ^ - systemd.sleep.extraConfig = '' - HibernateDelaySec=1800 - ''; + systemd.sleep.settings.Sleep = { + HibernateDelaySec = "30m"; + }; # boot (systemd is growing on me) boot = {