summaryrefslogtreecommitdiff
path: root/hosts/poweredge-pro/dns.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-21 13:15:38 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-21 13:15:38 -0500
commita6416c92b24f86a0c317e4d8d392011029246094 (patch)
tree4649232a3452ff137b69aac7a3fe8d1875ac21df /hosts/poweredge-pro/dns.nix
parentfade62283a51cafa1549ecfdd245404f9f76defb (diff)
downloadnixos-a6416c92b24f86a0c317e4d8d392011029246094.tar.xz
nixos-a6416c92b24f86a0c317e4d8d392011029246094.zip
update dns-dhcp module to explicitly distinguish between local domain (dnsmasq) overrides and proper dns overrides with unbound. fixed dns overrides and imported them for poweredge and poweredge-pro. cleaned up router-hosts.nix on poweredgeHEADmaster
Diffstat (limited to 'hosts/poweredge-pro/dns.nix')
-rw-r--r--hosts/poweredge-pro/dns.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/poweredge-pro/dns.nix b/hosts/poweredge-pro/dns.nix
index fb22afb..511f9e2 100644
--- a/hosts/poweredge-pro/dns.nix
+++ b/hosts/poweredge-pro/dns.nix
@@ -14,6 +14,7 @@
imports = [
../../nixos/services/router
#./router-hosts.nix # Contains dhcp config + static leases + overrides
+ ./dhcp-hosts.nix
./dns-overrides.nix
];