From 11a61ce103df00623bb7457dcd84a2a0030b3c8e Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 29 Aug 2024 17:00:12 +0200 Subject: fix prom --- modules/monitoring/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit 1.4.1