services.gonic.settings
NixOS option
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
declared in: nixos/modules/services/audio/gonic.nixView source on NixOS/nixpkgs →{
music-path = [
"/mnt/music"
];
playlists-path = "/mnt/playlists";
podcast-path = "/mnt/podcasts";
}