From 66ff646bda5a39e921bcbfb31414526a98444232 Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 28 Jul 2023 11:13:53 +0200 Subject: Fix(hosts/thinklappi): Disable pinned nameservers This is necessary for public wifi (with login captive portal) to work --- hosts/thinklappi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/thinklappi') diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index a2d6635..855c03d 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -24,10 +24,10 @@ networking = { hostName = "thinklappi"; - nameservers = ["2620:fe::fe" "2620:fe::9" "9.9.9.9" "149.112.112.112"]; + #nameservers = ["2620:fe::fe" "2620:fe::9" "9.9.9.9" "149.112.112.112"]; networkmanager = { enable = true; - dns = "none"; + #dns = "none"; }; }; -- cgit 1.4.1