MyNixOS website logo
option

services.gonic.settings

Configuration for Gonic, see https://github.com/sentriz/gonic#configuration-options for supported values.

Declarations
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"
  ];
  podcast-path = "/mnt/podcasts";
}