From bdede3c7b3a03299875a85a64712b9de7cc4b691 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sun, 13 Jul 2025 08:56:19 -0400 Subject: [PATCH] feat: add sleep timers Signed-off-by: gwg313 --- hosts/grymforge/sleep.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/grymforge/sleep.nix b/hosts/grymforge/sleep.nix index ee5267f..6555d01 100644 --- a/hosts/grymforge/sleep.nix +++ b/hosts/grymforge/sleep.nix @@ -15,7 +15,7 @@ description = "Timer to suspend PC at 10PM daily"; wantedBy = [ "timers.target" ]; timerConfig = { - OnCalendar = "daily 22:00"; + OnCalendar = "*-*-* 22:00:00"; Persistent = true; }; };