Add resolution for this server to itself.
Within my home networks home.arpa resolves to DNS for the home domain. From there the pihole service will provide DNS for all the connected clients and custom service names.
This commit is contained in:
parent
6763a973a0
commit
4dd10a99a1
|
@ -225,7 +225,9 @@
|
|||
# Enable the Unifi controller service
|
||||
#services.unifi.enable = true;
|
||||
#services.unifi.unifiPackage = pkgs.unifi8;
|
||||
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 home.arpa
|
||||
'';
|
||||
# Open ports in the firewall.
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue