From 4bb81fe044c011e1814e3d7f6d94c20a0baebae2 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 6 May 2021 15:51:58 +0200 Subject: [PATCH] nixos-module/container/dns: must use extraOptions --- nix/nixos-module/container/dns.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/nixos-module/container/dns.nix b/nix/nixos-module/container/dns.nix index 78ea8be..3fa2586 100644 --- a/nix/nixos-module/container/dns.nix +++ b/nix/nixos-module/container/dns.nix @@ -324,7 +324,8 @@ in algorithm hmac-sha256; secret "${inputs.zentralwerk-network-key.lib.dyndnsKey}"; }; - + ''; + extraOptions = '' # allow underscores in dynamic hostnames ${lib.concatMapStringsSep "\n" (type: '' check-names ${type} ignore;