system/core/networking: add Cloudflare nameservers
This commit is contained in:
parent
23b8fd005c
commit
8653724f55
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
./boot.nix
|
||||
./users.nix
|
||||
./security.nix
|
||||
./networking.nix
|
||||
../nix
|
||||
];
|
||||
i18n = {
|
||||
|
|
3
system/core/networking.nix
Normal file
3
system/core/networking.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
networking.nameservers = ["1.1.1.1" "1.0.0.1"];
|
||||
}
|
Loading…
Reference in a new issue