fix dns conf
This commit is contained in:
parent
e00f12b5f1
commit
4d660a9a98
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
bing = true;
|
||||
duckduckgo = true;
|
||||
};
|
||||
rewrites = map (host: { enabled = true; domain = host[0]; answer = host[1]; }) [
|
||||
rewrites = map (e: { enabled = true; domain = builtins.elemAt e 0; answer = builtins.elemAt e 1; }) [
|
||||
[ "router.dns.${homelab.domain}" "10.3.14.1" ]
|
||||
[ "main.dns.${homelab.domain}" "10.3.14.42" ]
|
||||
[ "websites.dns.${homelab.domain}" "10.3.14.36" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue