nixos/buildkite-agent: add a default value for name option
Use the default name value from: https://buildkite.com/docs/agent/configuration
This commit is contained in:
parent
8132b24cdf
commit
21e9a3eb6f
@ -68,6 +68,7 @@ in
|
|||||||
|
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
default = "%hostname-%n";
|
||||||
description = ''
|
description = ''
|
||||||
The name of the agent.
|
The name of the agent.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user