From eab23ce91281fdcad9d2d27d7722b22e2f6a8f3c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 28 Apr 2018 17:45:36 +0200 Subject: feat(config): Use 1.1.1.1 DNS servers --- stallo-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stallo-configuration.nix') diff --git a/stallo-configuration.nix b/stallo-configuration.nix index f7a41299c5cc..120544b1a312 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -18,5 +18,10 @@ psk = "washyourface"; }; }; + # IPv6 at home, of course: + nameservers = [ + "2606:4700:4700::1111" + "2606:4700:4700::1001" + ]; }; } -- cgit 1.4.1