mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(nixos): use cloudflare 1.1.1.1 nameservers
This commit is contained in:
parent
c3354e3609
commit
e387b8a0ac
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
services.openssh.enable = true;
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue