Skip to content

Commit 4517bfc

Browse files
authored
Merge pull request #733 from NixOS/go-neb-fix
go-neb: fix port
2 parents 4a26b71 + 11c9a5b commit 4517bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pluto/prometheus/alertmanager.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
services.go-neb = {
111111
enable = true;
112-
bindAddress = "localhost:4500";
112+
bindAddress = "localhost:4050";
113113
baseUrl = "http://localhost";
114114
secretFile = config.age.secrets.alertmanager-matrix-forwarder.path;
115115
config = {

0 commit comments

Comments
 (0)