From a2007de318c61fd7578a00bc4a70f2661523a1a3 Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Sun, 12 Oct 2025 02:13:45 +0200 Subject: [PATCH] With nameservers, it's better --- hosts/zora/networking.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/zora/networking.nix b/hosts/zora/networking.nix index 7e694e2..973bf33 100644 --- a/hosts/zora/networking.nix +++ b/hosts/zora/networking.nix @@ -5,9 +5,17 @@ networking = { hostName = "zora"; domain = "lyes.eu"; - enableIPv6 = false; hostId = "233c35ca"; + enableIPv6 = false; + + nameservers = [ + "9.9.9.9" + "149.112.112.112" + "1.1.1.1#one.one.one.one" + "1.0.0.1#one.one.one.one" + ]; + firewall = { enable = true;