From 0e22ad463133773fcf814842abffb2457a73fb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 8 Oct 2024 13:29:54 -0700 Subject: [PATCH] iodine: do not forward to nsd --- hosts/fra1-b/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix index aa6e86f..a2e7308 100644 --- a/hosts/fra1-b/configuration.nix +++ b/hosts/fra1-b/configuration.nix @@ -121,7 +121,8 @@ in ip = "172.16.10.1/24"; domain = "i.jakstys.lt"; passwordFile = config.age.secrets.iodine-passwd.path; - extraConfig = "-c -b ${toString myData.ports.nsd-unwrapped}"; + #extraConfig = "-c -b ${toString myData.ports.nsd-unwrapped}"; + extraConfig = "-c"; }; nsd = {