services.comodoro.enable
Whether to enable Comodoro server.
Type: boolean
Default:
false
Example:
true
Declared by:
services.comodoro.package
The comodoro package to use.
Type: package
Default:
pkgs.comodoro
Declared by:
services.comodoro.environment
Extra environment variables to be exported in the service.
Type: attribute set of string
Default:
{ }
Example:
{
PASSWORD_STORE_DIR = "~/.password-store";
}
Declared by:
services.comodoro.preset
Use configuration from the given preset as defined in the configuration file.
Type: non-empty string
Declared by:
services.comodoro.protocols
Define protocols the server should use to accept requests.
Type: non-empty (list of non-empty string)
Declared by: