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
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ in
|
|||
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "%hostname-%n";
|
||||
description = ''
|
||||
The name of the agent.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue