hello¶
Configure and deploy Hello World
Template role for new services. Builds from nixpkgs and creates an s6 service.
Variables¶
| Variable | Type | Default | Description |
|---|---|---|---|
hello_enabled |
boolean | false | Enable the hello service |
hello_group |
string | hello | System group for the hello service |
hello_package |
string | nixpkgs#hello | Nix package attribute for hello |
hello_package_path |
path | /opt/hello | Nix build output path for hello |
hello_user |
string | hello | System user for the hello service |