Navidrome¶
Configuration options for navidrome.
Available Options
This page documents 6 configuration options.
nixflix.navidrome.enable¶
Whether to enable the Navidrome music server.
Uses all of the same options as nixpkgs navidrome.
| Type | boolean |
| Default | |
| Declared in | modules/navidrome |
nixflix.navidrome.group¶
Group under which navidrome runs.
| Type | string |
| Default | |
| Declared in | modules/navidrome |
nixflix.navidrome.reverseProxy.expose¶
Whether to expose Navidrome via the reverse proxy.
| Type | boolean |
| Default | |
| Declared in | modules/navidrome |
nixflix.navidrome.subdomain¶
Subdomain prefix for reverse proxy.
| Type | string |
| Default | |
| Declared in | modules/navidrome |
nixflix.navidrome.user¶
User account under which navidrome runs.
| Type | string |
| Default | |
| Declared in | modules/navidrome |
nixflix.navidrome.vpn.enable¶
Whether to route Navidrome traffic through the VPN.
When false, Navidrome bypasses the VPN. When true, Navidrome is confined to the WireGuard network namespace (requires nixflix.vpn.enable = true).
| Type | boolean |
| Default | |
| Declared in | modules/navidrome |