From 6fb210b994e16d76cec3d61fb1f5def7324665e9 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:56:20 +0200 Subject: (networking): defining some nameservers to use --- nix/hosts/lampadas/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/hosts/lampadas') diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index 64e053c..8d7558a 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -54,6 +54,7 @@ in { networking = { hostName = "lampadas"; firewall.enable = true; + nameservers = [ "8.8.8.8" "8.8.4.4" "1.1.1.1"]; }; time.timeZone = "Europe/Berlin"; -- cgit 1.4.1