forked from Zynh0722/permafrost
nginx: fix option definition
This commit is contained in:
parent
134013b2f9
commit
be48fb5eb1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue