MyNixOS website logo
option

services.taskserver.allowedClientIDs

A list of regular expressions that are matched against the reported client id (such as task 2.3.0).

The values all or none have special meaning. Overridden by any entry in the option services.taskserver.disallowedClientIDs.

Declarations
Type
string or list of string
Default
[ ]
Example
[
  "[Tt]ask [2-9]+"
]