feat: audiobookshelf test

This commit is contained in:
Nick 2025-03-18 23:05:15 -05:00
parent 97ee6c4b24
commit eb63e130eb
4 changed files with 14 additions and 2 deletions

View file

@ -7,6 +7,7 @@ let
inherit (flake.config.services.instances)
samba
jellyfin
audiobookshelf
;
service = samba;
in
@ -23,6 +24,10 @@ in
path = jellyfin.paths.path0;
writable = "true";
};
${service.paths.path4} = {
path = audiobookshelf.paths.path0;
writable = "true";
};
};
};
};