fix(whitby): Make timer unit match the unit it should start

Oversight in the previous CL.

Change-Id: I8767322d7d860fc410796f8d63b7a6c38a8ab447
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1545
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2020-08-01 23:22:51 +01:00 committed by tazjin
parent 09b3d20031
commit cc8033f592

View file

@ -302,7 +302,7 @@ in lib.fix(self: {
};
};
systemd.timers.restic-gerrit = {
systemd.timers.restic = {
wantedBy = [ "multi-user.target" ];
timerConfig.OnCalendar = "hourly";
};