From 89016c01da533e6c8808fa6f9260c4b76a8286f4 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Sun, 27 Apr 2025 18:53:54 +0200 Subject: [PATCH] more backup paths --- sys/machines/hopper/lab/minecraft.nix | 2 ++ sys/machines/hopper/lab/prometheus.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/machines/hopper/lab/minecraft.nix b/sys/machines/hopper/lab/minecraft.nix index f5435b3..b35b001 100644 --- a/sys/machines/hopper/lab/minecraft.nix +++ b/sys/machines/hopper/lab/minecraft.nix @@ -44,4 +44,6 @@ ); }; }; + + services.restic.backups.hopper.paths = ["/srv/minecraft"]; } diff --git a/sys/machines/hopper/lab/prometheus.nix b/sys/machines/hopper/lab/prometheus.nix index 3b374f9..13c7e2e 100644 --- a/sys/machines/hopper/lab/prometheus.nix +++ b/sys/machines/hopper/lab/prometheus.nix @@ -36,4 +36,6 @@ }; systemd.enable = true; }; + + services.restic.backups.hopper.paths = ["/var/lib/prometheus2"]; }