services.taskserver.allowedClientIDs

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. Overridden by any entry in the option services.taskserver.disallowedClientIDs.

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