commit 36c03fca2daccdd343fd2d9d0720a2118e87d216 parent 1377cf194f497ce97e9017a20bd23a70f60cd7db Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 4 Oct 2023 17:43:50 +0200 Fix listener Diffstat:
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -122,7 +122,7 @@ }; }; - services.pdns.extraConfig = config.services.pdns.extraConfig + '' + services.powerdns.extraConfig = config.services.powerdns.extraConfig + '' local-address=37.27.5.79 2a01:4f9:c012:54d3:: '';