services/stirling-pdf: change type of environmentFiles to list
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user