diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-21 13:15:38 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-21 13:15:38 -0500 |
| commit | a6416c92b24f86a0c317e4d8d392011029246094 (patch) | |
| tree | 4649232a3452ff137b69aac7a3fe8d1875ac21df /hosts/poweredge-pro/dns.nix | |
| parent | fade62283a51cafa1549ecfdd245404f9f76defb (diff) | |
| download | nixos-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.nix | 1 |
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 ]; |
