Loading nixos/modules/services/continuous-integration/woodpecker/server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
nixos/modules/services/continuous-integration/woodpecker/server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading