navidrome¶
Configure and deploy Navidrome
Builds Navidrome from nixpkgs and creates an s6 service with music streaming configuration.
Variables¶
| Variable | Type | Default | Description |
|---|---|---|---|
navidrome_cache_dir |
path | Navidrome cache directory | |
navidrome_data_dir |
path | Navidrome application data directory | |
navidrome_dir |
path | /var/lib/navidrome | Root directory for Navidrome data |
navidrome_enabled |
boolean | false | Enable the Navidrome service |
navidrome_group |
string | navidrome | System group for the Navidrome service |
navidrome_music_dir |
path | Music library directory | |
navidrome_port |
string | 3004 | TCP port for the Navidrome web interface |
navidrome_user |
string | navidrome | System user for the Navidrome service |