go-neb: bind to localhost
We provide this service only to the alertmanager on the same box anyway.
Martin Weinelt committed
May 15, 2025 at 18:33 UTC
cfdcc7ac6f89f4ec9f67aae56041f82d5407f7b8
1 file changed
+1
build/pluto/prometheus/alertmanager.nix
+1
@@ -109,6 +109,7 @@
109
110
services.go-neb = {
111
enable = true;
112
+ bindAddress = "localhost:4500";
113
baseUrl = "http://localhost";
114
secretFile = config.age.secrets.alertmanager-matrix-forwarder.path;
115
config = {