Correct timer name

This commit is contained in:
Andreas Zweili 2022-11-21 09:39:05 +01:00
parent ebe8adcea5
commit 38f6fdd9d7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ in
check \ check \
''; '';
}; };
systemd.timers.restic-prune = { systemd.timers.restic-check = {
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
partOf = [ "restic-check.service" ]; partOf = [ "restic-check.service" ];
timerConfig.OnCalendar = [ "*-*-* 07:00:00" ]; timerConfig.OnCalendar = [ "*-*-* 07:00:00" ];