feat: add sleep timers

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-07-13 08:56:19 -04:00
parent 7a82a29134
commit bdede3c7b3
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -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;
};
};