c2fmzq¶
Configure and deploy c2fmzq
Builds c2fmzq from a configurable nix package attribute and creates an s6 service with CLI flags and environment variables for configuration.
Variables¶
| Variable | Type | Default | Description |
|---|---|---|---|
c2fmzq_address |
string | 127.0.0.1:3011 | Listen address and port for c2fmzq |
c2fmzq_data_dir |
path | Data directory for c2fmzq | |
c2fmzq_enabled |
boolean | false | Enable the c2fmzq service |
c2fmzq_env |
dict | Environment variables for c2fmzq configuration. See defaults/main.yml#L10-L11 for an example and the upstream docs for all options. |
|
c2fmzq_group |
string | c2fmzq | System group for the c2fmzq service |
c2fmzq_package |
string | nixpkgs#c2fmzq | Nix package attribute for c2fmzq |
c2fmzq_package_path |
path | /opt/c2fmzq | Nix build output path for c2fmzq |
c2fmzq_user |
string | c2fmzq | System user for the c2fmzq service |