From 68ff45075c822292cf6cc9bd6cf30564773ffe1f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 13 Jun 2025 09:40:17 +0200 Subject: [PATCH] Add bsc.es to resolve domain names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Aleix Boné Reviewed-by: Aleix Roca Nonell --- m/tent/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/m/tent/configuration.nix b/m/tent/configuration.nix index 9a242ac..e680a41 100644 --- a/m/tent/configuration.nix +++ b/m/tent/configuration.nix @@ -26,6 +26,7 @@ # Only BSC DNSs seem to be reachable from the office VLAN nameservers = [ "84.88.52.35" "84.88.52.36" ]; + search = [ "bsc.es" ]; defaultGateway = "10.0.44.1"; };