diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-15 09:46:42 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-15 09:46:42 -0800 |
commit | c5c3a2411055cc92038a87a35f5cab22629e0550 (patch) | |
tree | 3c3a06a742ce5b45c2622fb4913d8494bdff08ee /modules/services | |
parent | feat(modules/backup): enable max compression (diff) | |
download | world-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 'modules/services')
-rw-r--r-- | modules/services/prometheus/default.nix | 2 |
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" ]; }; }; } |