This commit is contained in:
2025-08-16 21:16:25 -05:00
parent 410fae971f
commit b70409ea86
+1 -1
View File
@@ -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.listOf lib.types.str; type = lib.types.str;
default = "localhost"; default = "localhost";
description = "Hostname for nginx reverse proxy."; description = "Hostname for nginx reverse proxy.";
}; };