nixos-module/container/dns: must use extraOptions

このコミットが含まれているのは:
Astro 2021-05-06 15:51:58 +02:00
コミット 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;