services/stirling-pdf: change type of environmentFiles to list

This commit is contained in:
2025-11-02 20:53:31 -08:00
parent 32bbf23e2f
commit 9eb544337c

View File

@@ -21,7 +21,7 @@ in
enable = mkEnableOption "Enables stirling-pdf module";
environmentFiles = mkOption {
type = types.path;
type = types.listOf types.path;
default = null;
description = "Path of environment files containing secrets for the stirling-pdf config";
example = "../secrets/stirling-pdf.env";