From 21e9a3eb6fe8256019c4e0d6d4ff04d9348acb25 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Mon, 19 Feb 2018 07:41:49 +0000 Subject: nixos/buildkite-agent: add a default value for name option Use the default name value from: https://buildkite.com/docs/agent/configuration --- nixos/modules/services/continuous-integration/buildkite-agent.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules') diff --git a/nixos/modules/services/continuous-integration/buildkite-agent.nix b/nixos/modules/services/continuous-integration/buildkite-agent.nix index 6524abef8a48..039567eb6051 100644 --- a/nixos/modules/services/continuous-integration/buildkite-agent.nix +++ b/nixos/modules/services/continuous-integration/buildkite-agent.nix @@ -68,6 +68,7 @@ in name = mkOption { type = types.str; + default = "%hostname-%n"; description = '' The name of the agent. ''; -- cgit 1.4.1