pastila: add public NDD as localhost

This commit is contained in:
root 2024-06-24 18:04:34 +02:00
parent f7d4255a34
commit 84e40bfb78

View file

@ -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)