From ff3dd9d3f756881353988102dbdddf9a8248d9af Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 22 Jun 2023 18:03:21 +0800 Subject: [PATCH] hosts/plover: update nameserver list With the right configuration alongside systemd-resolved, it shouldn't be much of a problem. --- hosts/plover/default.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index 35b468d6..bad4e866 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -53,20 +53,6 @@ in }; }; - networking.nameservers = [ - # dns.google - "8.8.8.8" - "8.8.4.4" - "2001:4860:4860::8888" - "2001:4860:4860::8844" - - # cloudflare-dns.com - "1.1.1.1" - "1.0.0.1" - "2606:4700:4700::1111" - "2606:4700:4700::1001" - ]; - services.fail2ban = { ignoreIP = [ # VPN clients.