nixos/gonic: allow access to playlists
This commit is contained in:
parent
0e78517af1
commit
759812cc34
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user