nixos/gonic: allow access to playlists

This commit is contained in:
Michal Koutenský
2024-04-18 00:18:43 +02:00
parent 0e78517af1
commit 759812cc34
+3
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"