mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: audiobookshelf test
This commit is contained in:
parent
97ee6c4b24
commit
eb63e130eb
4 changed files with 14 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue