nginx: fix option definition

This commit is contained in:
Zynh Ludwig 2024-12-27 13:40:41 -08:00
parent 134013b2f9
commit be48fb5eb1

View file

@ -9,7 +9,7 @@ in
enableACME = lib.mkEnableOption "acme cert generation and use";
certDomains = lib.mkOptions {
certDomains = lib.mkOption {
description = "additional domains to register with the ACME cert";
default = [ ];
type = with lib.types; listOf str;