nixos/gonic: allow access to playlists

This commit is contained in:
Michal Koutenský 2024-03-28 14:44:34 +01:00
parent 0e78517af1
commit 759812cc34
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ in
RuntimeDirectory = "gonic";
RootDirectory = "/run/gonic";
ReadWritePaths = "";
BindPaths = [
cfg.settings.playlists-path
];
BindReadOnlyPaths = [
# gonic can access scrobbling services
"-/etc/resolv.conf"