services.taskserver.disallowedClientIDs

NixOS option

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.

type: string or list of string
Default
[ ]
Example
[
  "[Tt]ask [2-9]+"
]
declared in: nixos/modules/services/misc/taskserverView source on NixOS/nixpkgs →