services.librespot.enable
Whether to enable Librespot (Spotify Connect speaker daemon).
Type: boolean
Default:
false
Example:
true
Declared by:
services.librespot.package
The librespot package to use.
Type: package
Default:
pkgs.librespot
Declared by:
services.librespot.settings
Command-line arguments to pass to librespot.
Boolean values render as a flag if true, and nothing if false. Null values are ignored. All other values are rendered as options with an argument.
Type: open submodule of attribute set of (null or boolean or string or signed integer or absolute path)
Default:
{ }
Declared by:
services.librespot.settings.cache
Path to a directory where files will be cached after downloading.
Type: null or absolute path
Default:
"$XDG_CACHE_HOME/librespot"
Declared by:
services.librespot.settings.system-cache
Path to a directory where system files (credentials, volume) will be cached.
Type: null or absolute path
Default:
"$XDG_STATE_HOME/librespot"
Declared by: