From cc8033f592f4f16ff03b64d51ee5a6a1966fa63b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 1 Aug 2020 23:22:51 +0100 Subject: 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 Tested-by: BuildkiteCI --- ops/nixos/whitby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; -- cgit 1.4.1