commit 051c1cce7f27468f351713991b8e5e4e17e60006 parent 3d7a7dfa2f738269237288fa5453b7e57ed75be6 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 4 Oct 2023 17:43:03 +0200 Fix listener Diffstat:
| M | nixos/worker-2/configuration.nix | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -122,6 +122,10 @@ }; }; + services.pdns.extraConfig = services.pdns.extraConfig + '' + local-address=37.27.5.79 2a01:4f9:c012:54d3:: + ''; + networking = { hostName = "worker-2"; enableIPv6 = true;