iodine: do not forward to nsd

This commit is contained in:
Motiejus Jakštys 2024-10-08 13:29:54 -07:00
parent ff0f074cf5
commit 0e22ad4631
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ in
ip = "172.16.10.1/24"; ip = "172.16.10.1/24";
domain = "i.jakstys.lt"; domain = "i.jakstys.lt";
passwordFile = config.age.secrets.iodine-passwd.path; 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 = { nsd = {