Add wantedby to backup service timer

This commit is contained in:
Tyler Mayoff 2025-03-08 22:55:28 -05:00
parent f2e746c333
commit 777d6d5233
2 changed files with 6 additions and 1 deletions

View file

@ -122,6 +122,7 @@ in {
# };
systemd.timers."backup-serenity" = {
wantedBy = ["timers.target"];
timerConfig = {
OnCalendar = "monthly";
Persistent = true;