diff options
author | Rory& <root@rory.gay> | 2024-08-29 17:00:12 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-29 17:00:12 +0200 |
commit | 11a61ce103df00623bb7457dcd84a2a0030b3c8e (patch) | |
tree | 018d4520b2d45c5b4cb2a5aae1966a0d7cf6984c /modules/monitoring/module.nix | |
parent | Drop non-1s measurements (diff) | |
download | Rory-Open-Architecture-11a61ce103df00623bb7457dcd84a2a0030b3c8e.tar.xz |
fix prom
Diffstat (limited to 'modules/monitoring/module.nix')
-rw-r--r-- | modules/monitoring/module.nix | 2 |
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) { |