feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 14:35:20 +01:00
parent aec2e5bf63
commit a78704f30f
36 changed files with 826 additions and 150 deletions

13
config/media-jellyfin.nix Normal file
View File

@@ -0,0 +1,13 @@
{ ... }:
{
services.jellyfin = {
enable = true;
openFirewall = true;
# Manual bind-mount in proxmox
dataDir = "/mnt/nas/app-data/jellyfin";
configDir = "/etc/jellyfin/";
logDir = "/var/log/jellyfin";
# user = "root";
# group = "root";
};
}