use quad9 for dns
This commit is contained in:
parent
61fbb386b1
commit
3aeffe9897
3 changed files with 7 additions and 10 deletions
|
@ -26,6 +26,13 @@
|
|||
};
|
||||
time.timeZone = "America/Toronto";
|
||||
networking.firewall.logRefusedConnections = false;
|
||||
networking.nameservers = [
|
||||
# quad9
|
||||
"2620:fe::fe"
|
||||
"2620:fe::9"
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
];
|
||||
|
||||
# this is true by default and mutually exclusive with
|
||||
# programs.nix-index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue