commit 76d2a2d522c367e4a7963572fa89d7919139eef5 (tree)
parent f786b5219207a096fc1b882241f3f2b51e0312ca
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Tue, 8 Oct 2024 02:36:27 +0000
iodine: add -c
Otherwise getting
dropped login request from user #0 from unexpected source x.y.z.k
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = {