From 7dda362c06c93d53705cfd5ff78e895aeae95e9c Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 8 Feb 2025 19:34:44 +0100 Subject: Format files --- modules/monitoring/crutches/synapse.nix | 4 ++-- modules/monitoring/module.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/monitoring') diff --git a/modules/monitoring/crutches/synapse.nix b/modules/monitoring/crutches/synapse.nix index 3145d11..7028396 100644 --- a/modules/monitoring/crutches/synapse.nix +++ b/modules/monitoring/crutches/synapse.nix @@ -1,10 +1,10 @@ -{lib, ...}: +{ lib, ... }: { options.monitoring.synapse = { workerNames = lib.mkOption { type = lib.types.listOf lib.types.str; - default = []; + default = [ ]; description = "Synapse worker names"; }; }; diff --git a/modules/monitoring/module.nix b/modules/monitoring/module.nix index c8d1d61..f47c483 100644 --- a/modules/monitoring/module.nix +++ b/modules/monitoring/module.nix @@ -40,8 +40,8 @@ in prometheus = lib.mkIf (cfg.localPrometheus) { enable = true; listenAddress = "127.0.0.1"; - extraFlags = [ - "--storage.tsdb.wal-compression" + extraFlags = [ + "--storage.tsdb.wal-compression" "--query.max-concurrency 128" "--rules.max-concurrent-evals 64" "--storage.tsdb.retention.size 250GB" -- cgit 1.5.1