nixos/woodpecker-server: fix environmentFile example

This commit is contained in:
Janik H. 2023-11-02 18:14:46 +01:00
parent 4d4a531350
commit 15babfbc12
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ in
environmentFile = lib.mkOption {
type = with lib.types; coercedTo path (f: [ f ]) (listOf path);
default = [ ];
example = "/root/woodpecker-server.env";
example = [ "/root/woodpecker-server.env" ];
description = lib.mdDoc ''
File to load environment variables
from. This is helpful for specifying secrets.