nginx: use square brackets for IPv6 address
All checks were successful
Flake checks / Check (pull_request) Successful in 4m0s

This commit is contained in:
teutat3s 2024-06-05 01:59:54 +02:00
parent 27c239b985
commit e93a56e594
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -18,7 +18,7 @@ in
"nachtigall.wg.${config.pub-solar-os.networking.domain}" = {
listenAddresses = [
"10.7.6.1"
"fd00:fae:fae:fae:fae:1::"
"[fd00:fae:fae:fae:fae:1::]"
];
locations."/metrics" = {
proxyPass = "http://127.0.0.1:${toString (config.services.prometheus.exporters.node.port)}";