mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni/setups/music: add optional path for Gonic service
This commit is contained in:
parent
f48f094302
commit
7bef5de288
@ -15,9 +15,13 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
listen-addr = "localhost:4747";
|
listen-addr = "localhost:4747";
|
||||||
cache-path = "/var/cache/gonic";
|
cache-path = "/var/cache/gonic";
|
||||||
music-path = [
|
music-path =
|
||||||
"/srv/music"
|
[
|
||||||
];
|
"/srv/Music"
|
||||||
|
]
|
||||||
|
++ lib.optionals config.suites.filesystem.setups.external-hdd.enable [
|
||||||
|
"/mnt/external-storage/Music"
|
||||||
|
];
|
||||||
podcast-path = "/var/cache/gonic/podcasts";
|
podcast-path = "/var/cache/gonic/podcasts";
|
||||||
|
|
||||||
jukebox-enabled = true;
|
jukebox-enabled = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user