diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index 9636d12..9ec4e9c 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -168,4 +168,10 @@ } ]; }; + + systemd.timers.systemd-hibernate = { + enable = true; + wantedBy = [ "multi-user.target" ]; + timerConfig.OnCalendar = "Mon..Fri,Sun *-*-* 01:00:00"; + }; }