The old Ubuntu media PC (10.69.31.50) is retired, replaced by media1 which auto-registers via its NixOS static IP config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
593 B
Nix
31 lines
593 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";
|
|
|
|
# 99_MGMT
|
|
"sw1" = "10.69.99.2";
|
|
};
|
|
|
|
cnames = {
|
|
};
|
|
}
|