From 50fd3e97e72d95f6089ef8e96073ab4b55d09c43 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 1 Jan 2026 19:28:31 -0300 Subject: [PATCH] feat(networking): use more stable nameservers --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6c7738a..a7b2f73 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,7 +99,10 @@ with lib; { prefixLength = 24; } ]; - nameservers = ["9.9.9.9"]; + nameservers = [ + "1.1.1.1" + "8.8.8.8" + ]; }; # SSH/Mosh configuration