tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/woodpecker-server: fix environmentFile example
Janik H.
2 years ago
15babfbc
4d4a5313
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
continuous-integration
woodpecker
server.nix
+1
-1
nixos/modules/services/continuous-integration/woodpecker/server.nix
···
33
33
environmentFile = lib.mkOption {
34
34
type = with lib.types; coercedTo path (f: [ f ]) (listOf path);
35
35
default = [ ];
36
36
-
example = "/root/woodpecker-server.env";
36
36
+
example = [ "/root/woodpecker-server.env" ];
37
37
description = lib.mdDoc ''
38
38
File to load environment variables
39
39
from. This is helpful for specifying secrets.