commit b4357e7503e33ae9ec7eaa25f1c321536d5dfeb1 parent 2b4618af5155a37e386d9f174a804746e1be40ae Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 4 Oct 2023 17:45:08 +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.powerdns.extraConfig = pdns.config + '' + services.powerdns.extraConfig = config.pdns.config + '' local-address=37.27.5.79 2a01:4f9:c012:54d3:: '';