Compare commits

..

No commits in common. "4d102da99f45ab9a65af70613464ad589000a502" and "3a42d933022801704e0d80722cb11102b01920a6" have entirely different histories.

View file

@ -10,7 +10,7 @@
enable = true; enable = true;
config = with constants; '' config = with constants; ''
.:53 { .:53 {
bind 0.0.0.0 bind 127.0.0.1
hosts { hosts {
${hosts.sid.ip} ${ca-fqdn} ${hosts.sid.ip} ${ca-fqdn}
@ -29,7 +29,4 @@
} }
''; '';
}; };
networking.firewall.allowedUDPPorts = [ 53 ];
networking.firewall.allowedTCPPorts = [ 53 ];
} }