about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-01T22·22+0100
committertazjin <mail@tazj.in>2020-08-01T22·25+0000
commitcc8033f592f4f16ff03b64d51ee5a6a1966fa63b (patch)
tree4664921554f7c4c6cba889a933d54ceb51b352a3 /ops
parent09b3d200318c581375bea411b3753cf3d15dcf0a (diff)
fix(whitby): Make timer unit match the unit it should start r/1532
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
Diffstat (limited to 'ops')
-rw-r--r--ops/nixos/whitby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/whitby/default.nix b/ops/nixos/whitby/default.nix
index 899dee0971..2ec037f9c1 100644
--- a/ops/nixos/whitby/default.nix
+++ b/ops/nixos/whitby/default.nix
@@ -302,7 +302,7 @@ in lib.fix(self: {
     };
   };
 
-  systemd.timers.restic-gerrit = {
+  systemd.timers.restic = {
     wantedBy = [ "multi-user.target" ];
     timerConfig.OnCalendar = "hourly";
   };