From f6bf2a673416dbe06fbc0c705c898cc1edab48b8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 25 Jan 2019 22:16:58 +0100 Subject: Add some default nameserver e.g. the last couple of days my home internet connection seemed to be more sluggish than usual. This turned out to be caused solely by a issues with the default router nameserver. --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 294a65a..f501add 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,11 @@ nixpkgs.config.allowUnfree = true; + networking.nameservers = [ + "1.1.1.1" + "2606:4700:4700::1111" + ]; + programs = { bash.enableCompletion = true; gnupg.agent = { -- cgit v1.2.3