nixos-module/container/dns: must use extraOptions

This commit is contained in:
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;