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,8 +15,12 @@ in
|
||||
settings = {
|
||||
listen-addr = "localhost:4747";
|
||||
cache-path = "/var/cache/gonic";
|
||||
music-path = [
|
||||
"/srv/music"
|
||||
music-path =
|
||||
[
|
||||
"/srv/Music"
|
||||
]
|
||||
++ lib.optionals config.suites.filesystem.setups.external-hdd.enable [
|
||||
"/mnt/external-storage/Music"
|
||||
];
|
||||
podcast-path = "/var/cache/gonic/podcasts";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user