diff options
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 = { |