MyNixOS website logo
option

services.buildkite-agents.<name>.tags

Tags for the agent.

Declarations
    Type
    attribute set of (string or list of string)
    Default
    { }
    Example
    {
      docker = "true";
      queue = "default";
      ruby2 = "true";
    }