diff --git a/homelab-services/minio-service/flake.nix b/homelab-services/minio-service/flake.nix index 1321ba0..70656c2 100644 --- a/homelab-services/minio-service/flake.nix +++ b/homelab-services/minio-service/flake.nix @@ -48,7 +48,7 @@ default-nginx = { enable = lib.mkEnableOption "Enable nginx reverse proxy for MinIO"; hostname = lib.mkOption { - type = lib.types.listOf lib.types.str; + type = lib.types.str; default = "localhost"; description = "Hostname for nginx reverse proxy."; };