diff options
author | Rory& <root@rory.gay> | 2024-08-28 23:54:29 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-28 23:54:29 +0200 |
commit | d5a0792efa140e45384d264cb3e933c43ee39baf (patch) | |
tree | 2c2565908cff6aecba7d5dbd90ad29f3978138f7 | |
parent | Fix synapse metrics (diff) | |
download | Rory-Open-Architecture-d5a0792efa140e45384d264cb3e933c43ee39baf.tar.xz |
Fix synapse metrics 2
-rw-r--r-- | modules/monitoring/synapse.nix | 2 |
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 = []; } ]; }; |