Merge pull request 'dns.nix: Add entries for nachtigall' (#1) from axeman/pub-solar-infra-new:nachtigall into main

Reviewed-on: pub-solar/infra-new#1
This commit is contained in:
b12f 2023-10-27 22:56:54 +02:00
commit f28fb83e5e
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

10
dns.nix
View file

@ -150,6 +150,16 @@
address = "list.pub.solar";
mx_pref = "0";
}
{
hostname = "nachtigall";
type = "A";
address = "138.201.80.102";
}
{
hostname = "nachtigall";
type = "AAAA";
address = "2a01:4f8:172:1c25::1";
}
# SRV records can only be changed via NameCheap Web UI
# add comment
];