summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/monitoring/synapse.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/monitoring/synapse.nix b/modules/monitoring/synapse.nix

index 1d26f0e..dcb389a 100644 --- a/modules/monitoring/synapse.nix +++ b/modules/monitoring/synapse.nix
@@ -10,6 +10,7 @@ in type = "metrics"; port = 9200; tls = false; + resources = []; } ]; @@ -55,6 +56,7 @@ in { type = "metrics"; port = 9200 + index + 1; + resources = []; } ]; };