From 0e3858b5e5bb5717319c5a17fb195c51f1cbf06c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 18 Sep 2021 17:44:40 +0300 Subject: refactor(whitby): Move restic path configuration into modules This lets each service declare their backup paths together with the configuration for the service, which is a lot more sensible than what we had before. Fixes b/147 Change-Id: If76fe62639f4cc0e6fbb63a2959d584479d8f0fb Reviewed-on: https://cl.tvl.fyi/c/depot/+/3583 Tested-by: BuildkiteCI Reviewed-by: sterni --- ops/machines/whitby/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ops/machines') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index d59900776c34..7cc529c7f834 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -331,16 +331,9 @@ in { enable = true; paths = [ "/var/backup/postgresql" - "/var/html/deploys.tvl.fyi" - "/var/lib/gerrit" "/var/lib/grafana" - "/var/lib/josh" "/var/lib/znc" ]; - - exclude = [ - "/var/lib/gerrit/tmp" - ]; }; }; -- cgit 1.4.1