navidrome
Music streaming service
Example
nix
{
nps.stacks.navidrome.enable = true;
}Stack Options
nps.stacks.navidrome.containers.navidrome
Alias of {option}services.podman.containers.navidrome.
nps.stacks.navidrome.enable
Whether to enable navidrome.
nps.stacks.navidrome.extraEnv
Extra environment variables to set for the container. Variables can be either set directly or sourced from a file (e.g. for secrets).
See https://www.navidrome.org/docs/usage/configuration/options/
Type
plaintext
attribute set of (null or boolean or signed integer or string or absolute path or (submodule))
Default
nix
{ }
Example
nix
{
ND_LOGLEVEL = "debug";
}
Declaration