rustypaste¶
Configure and deploy rustypaste
Builds rustypaste from a configurable nix package attribute and creates an s6 service with a raw TOML configuration file.
Variables¶
| Variable | Type | Default | Description |
|---|---|---|---|
rustypaste_config |
string | Raw TOML configuration content for rustypaste. See defaults/main.yml#L8-L89 and rustypaste config.toml for an example. |
|
rustypaste_config_path |
path | /etc/rustypaste/config.toml | Path to the rustypaste configuration file |
rustypaste_enabled |
boolean | false | Enable the rustypaste service |
rustypaste_group |
string | rustypaste | System group for the rustypaste service |
rustypaste_package |
string | nixpkgs#rustypaste | Nix package attribute for rustypaste |
rustypaste_package_path |
path | /opt/rustypaste | Nix build output path for rustypaste |
rustypaste_user |
string | rustypaste | System user for the rustypaste service |