listOf, not list
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
default-nginx = {
|
default-nginx = {
|
||||||
enable = lib.mkEnableOption "Enable nginx reverse proxy for MinIO";
|
enable = lib.mkEnableOption "Enable nginx reverse proxy for MinIO";
|
||||||
hostname = lib.mkOption {
|
hostname = lib.mkOption {
|
||||||
type = lib.types.list lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
default = "localhost";
|
default = "localhost";
|
||||||
description = "Hostname for nginx reverse proxy.";
|
description = "Hostname for nginx reverse proxy.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user