summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-10 03:21:36 +0200
committerRory& <root@rory.gay>2024-09-10 03:21:36 +0200
commite0bf14a25f4ea8c09462584c8c76ac972e9fc1d5 (patch)
treef7cecb099c9cb1ff005daa28aba9fdf3fb282a07 /modules
parentOverride resolv.conf properly (diff)
downloadRory-Open-Architecture-e0bf14a25f4ea8c09462584c8c76ac972e9fc1d5.tar.xz
synapse fixes
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 b1b30b4..bd03ec9 100644
--- a/modules/monitoring/synapse.nix
+++ b/modules/monitoring/synapse.nix
@@ -13,6 +13,7 @@ in
         port = 9200;
         tls = false;
         resources = [ ];
+        bind_addresses = [ "127.0.0.1" ];
       }
     ];
 
@@ -26,6 +27,7 @@ in
                 type = "metrics";
                 port = 9200 + index + 1;
                 resources = [ ];
+                bind_addresses = [ "127.0.0.1" ];
               }
             ];
           };