aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/default.nix4
1 files changed, 2 insertions, 2 deletions
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";
};
};