services: alertmanager: switch to local address for simplicity

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-20 12:48:15 +02:00
parent a08988498f
commit e9472ed01b
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -119,7 +119,7 @@ in {
alertmanagers = [{
scheme = "https";
# TODO: authentication/authorization
static_configs = [{ targets = [ "alertmanager.${my.domain}" ]; }];
static_configs = [{ targets = [ "[::1]" ]; }];
}];
};