nixos-module/container/dns: must use extraOptions

这个提交包含在:
Astro 2021-05-06 15:51:58 +02:00
父节点 a9abf3d365
当前提交 4bb81fe044
共有 1 个文件被更改,包括 2 次插入1 次删除

查看文件

@ -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;