summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-08-29 17:00:12 +0200
committerRory& <root@rory.gay>2024-08-29 17:00:12 +0200
commit11a61ce103df00623bb7457dcd84a2a0030b3c8e (patch)
tree018d4520b2d45c5b4cb2a5aae1966a0d7cf6984c
parentDrop non-1s measurements (diff)
downloadRory-Open-Architecture-11a61ce103df00623bb7457dcd84a2a0030b3c8e.tar.xz
fix prom
-rw-r--r--modules/monitoring/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/monitoring/module.nix b/modules/monitoring/module.nix
index 1197643..30c313b 100644
--- a/modules/monitoring/module.nix
+++ b/modules/monitoring/module.nix
@@ -46,7 +46,7 @@ in
         enable = true;
         listenAddress = "127.0.0.1";
         extraFlags = [
-          "--storage.tsdb.wal-compression=true"
+          "--storage.tsdb.wal-compression"
         ];
       };
       grafana = lib.mkIf (cfg.localGrafana) {