MyNixOS website logo
option

services.taskserver.disallowedClientIDs

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. Any entry here overrides those in services.taskserver.allowedClientIDs.

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