From 76d2a2d522c367e4a7963572fa89d7919139eef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 8 Oct 2024 02:36:27 +0000 Subject: [PATCH] iodine: add -c Otherwise getting dropped login request from user #0 from unexpected source x.y.z.k --- hosts/fra1-b/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix index 493e61b..aa6e86f 100644 --- a/hosts/fra1-b/configuration.nix +++ b/hosts/fra1-b/configuration.nix @@ -121,7 +121,7 @@ in ip = "172.16.10.1/24"; domain = "i.jakstys.lt"; passwordFile = config.age.secrets.iodine-passwd.path; - extraConfig = "-b ${toString myData.ports.nsd-unwrapped}"; + extraConfig = "-c -b ${toString myData.ports.nsd-unwrapped}"; }; nsd = {