feat: added samba mount for audiobookshelf

This commit is contained in:
Nick 2025-03-18 23:25:41 -05:00
parent eb63e130eb
commit 4d1a19edfd
3 changed files with 15 additions and 18 deletions

View file

@ -20,11 +20,11 @@ in
enable = true;
openFirewall = true;
settings = {
${service.paths.path1} = {
${jellyfin.name} = {
path = jellyfin.paths.path0;
writable = "true";
};
${service.paths.path4} = {
${audiobookshelf.name} = {
path = audiobookshelf.paths.path0;
writable = "true";
};