fix: added missing impermanence configs

This commit is contained in:
Leyla Becker 2026-02-08 13:03:05 -06:00
parent 3302af38b3
commit 6ce567a53b

View file

@ -90,6 +90,12 @@
user = "jellyfin"; user = "jellyfin";
group = "jellyfin"; group = "jellyfin";
} }
{
directory = config.services.jellyfin.media_directory;
user = "jellyfin";
group = "jellyfin_media";
mode = "1770";
}
]) ])
# Immich # Immich
@ -153,6 +159,12 @@
user = "qbittorrent"; user = "qbittorrent";
group = "qbittorrent"; group = "qbittorrent";
} }
{
directory = config.services.qbittorrent.mediaDir;
user = "qbittorrent";
group = "qbittorrent";
mode = "1775";
}
]) ])
# Sonarr # Sonarr