pastila: add public NDD as localhost
This commit is contained in:
parent
f7d4255a34
commit
84e40bfb78
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ in
|
|||
};
|
||||
networking.nameservers = vars.onlineNetDNS;
|
||||
|
||||
networking.hosts = {
|
||||
"127.0.0.1" = [ "isomorphis.me" ];
|
||||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts =
|
||||
map (port: port.num)
|
||||
|
|
Loading…
Reference in a new issue