chore: move all service data to /media/apps

This commit is contained in:
Nico 2026-02-09 22:57:22 +11:00
parent 88586c11a7
commit dd7d4dbff5
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
4 changed files with 13 additions and 4 deletions

View file

@ -6,6 +6,7 @@
enable = true;
openFirewall = false;
group = "media";
dataDir = "/media/apps/jellyfin";
};
users.users.jellyfin.extraGroups = [ "render" "video" ];