diff --git a/nix/nixos-module/container/dns.nix b/nix/nixos-module/container/dns.nix index b5ac1a5..cfc466f 100644 --- a/nix/nixos-module/container/dns.nix +++ b/nix/nixos-module/container/dns.nix @@ -324,6 +324,11 @@ in algorithm hmac-sha256; secret "${inputs.zentralwerk-network-key.lib.dyndnsKey}"; }; + + # allow underscores in dynamic hostnames + ${lib.concatMapStringsSep "\n" (type: '' + check-names ${type} ignore; + '') [ "master" "slave" "response" ]} ''; });