1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

Actually set config mountPath in Jellyfin

This commit is contained in:
Antonio Gurgel 2023-11-26 01:24:48 -08:00
parent 95720df236
commit ffe0f11650

View file

@ -36,6 +36,7 @@ in {
enabled = true;
type = "hostPath";
hostPath = "/zpool/svc/jellyfin";
globalMounts = [{path = "/config";}];
};
music = mediaPath "music";
images = mediaPath "img";