diff options
| author | Fuwn <[email protected]> | 2024-08-31 17:06:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 17:06:30 -0700 |
| commit | 1884048a0ab148721a7e9f74c3c419863b47f0a7 (patch) | |
| tree | ec4eb4ad05a600b0bc9d42d3116151b34f8fc945 /modules/networking.nix | |
| parent | f (diff) | |
| download | nixos-config-1884048a0ab148721a7e9f74c3c419863b47f0a7.tar.xz nixos-config-1884048a0ab148721a7e9f74c3c419863b47f0a7.zip | |
hi
Diffstat (limited to 'modules/networking.nix')
| -rw-r--r-- | modules/networking.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/networking.nix b/modules/networking.nix index ebe99ab..1e3449f 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -10,8 +10,10 @@ }; nameservers = [ - "1.1.1.1" - "9.9.9.9" + "1.1.1.1#one.one.one.one" + "1.0.0.1#one.one.one.one" + "9.9.9.9#dns.quad9.net" + "149.112.112.112#dns.quad9.net" ]; firewall = { @@ -22,6 +24,7 @@ 2222 80 443 + 32400 ]; }; |