From c5c3a2411055cc92038a87a35f5cab22629e0550 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Jan 2023 09:46:42 -0800 Subject: ref(modules/prometheus): don't backup the data I don't care if I lose this data, and it's creating a lot of churn in the backups and consuming a lot of space. --- modules/services/prometheus/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/services') diff --git a/modules/services/prometheus/default.nix b/modules/services/prometheus/default.nix index 5228083..b0cb7ca 100644 --- a/modules/services/prometheus/default.nix +++ b/modules/services/prometheus/default.nix @@ -159,7 +159,5 @@ in } ]; }; - - my.services.backup = { paths = [ "/var/lib/prometheus2" ]; }; }; } -- cgit 1.4.1