services.gonic.settings
Configuration for Gonic, see https://github.com/sentriz/gonic#configuration-options for supported values.
- Type
attribute set of (atom (null, bool, int, float or string) or a list of them for duplicate keys)- Default
{ cache-path = "/var/cache/gonic"; listen-addr = "127.0.0.1:4747"; tls-cert = null; tls-key = null; }- Example
{ music-path = [ "/mnt/music" ]; playlists-path = "/mnt/playlists"; podcast-path = "/mnt/podcasts"; }- Declared
- <nixpkgs/nixos/modules/services/audio/gonic.nix>