1
0
Fork 0

Resolve monitoring-3 hostname to loopback

This commit is contained in:
clerie 2021-12-20 16:37:31 +01:00
parent 13b12c5286
commit 4ea5a21103
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ in {
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
networking.hosts = {
"fd00:327:327:327::1" = [ "monitoring-3.mon.clerie.de" ];
"::1" = [ "monitoring-3.mon.clerie.de" ]; # fd00:327:327:327::1
}
// monitoringHostsNames;