about summary refs log tree commit diff
path: root/modules/services/prometheus/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-15 09:46:42 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-15 09:46:42 -0800
commitc5c3a2411055cc92038a87a35f5cab22629e0550 (patch)
tree3c3a06a742ce5b45c2622fb4913d8494bdff08ee /modules/services/prometheus/default.nix
parentfeat(modules/backup): enable max compression (diff)
downloadworld-c5c3a2411055cc92038a87a35f5cab22629e0550.tar.gz
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.
Diffstat (limited to '')
-rw-r--r--modules/services/prometheus/default.nix2
1 files changed, 0 insertions, 2 deletions
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" ]; };
   };
 }