nixos-module/container/dns: must use extraOptions

Cette révision appartient à :
Astro 2021-05-06 15:51:58 +02:00
Parent a9abf3d365
révision 4bb81fe044
1 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

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