Remove hosts that no longer respond to ping: - kube-blue1-10 (entire k8s cluster) - virt-mini1, mpnzb, inc2, testing - CNAMEs: rook, git (pointed to removed kube-blue nodes) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
34 lines
632 B
Nix
34 lines
632 B
Nix
# DNS records for hosts not managed by this flake
|
|
# These are manually maintained and combined with auto-generated records
|
|
{
|
|
aRecords = {
|
|
# 10
|
|
"gw" = "10.69.10.1";
|
|
|
|
# 12_CORE
|
|
"nas" = "10.69.12.50";
|
|
"nzbget-jail" = "10.69.12.51";
|
|
"restic" = "10.69.12.52";
|
|
"radarr-jail" = "10.69.12.53";
|
|
"sonarr-jail" = "10.69.12.54";
|
|
"bazarr" = "10.69.12.55";
|
|
"pve1" = "10.69.12.75";
|
|
"inc1" = "10.69.12.80";
|
|
|
|
# 22_WLAN
|
|
"unifi-ctrl" = "10.69.22.5";
|
|
|
|
# 30
|
|
"gunter" = "10.69.30.105";
|
|
|
|
# 31
|
|
"media" = "10.69.31.50";
|
|
|
|
# 99_MGMT
|
|
"sw1" = "10.69.99.2";
|
|
};
|
|
|
|
cnames = {
|
|
};
|
|
}
|