This commit is contained in:
death916 2025-05-13 14:14:51 +00:00
parent 199f80f867
commit 4cf3dab76c

View file

@ -131,6 +131,16 @@
"d /storage/downloads 0775 root media_services - -"
"d /storage/services/qbittorrent 0755 qbittorrent qbittorrent - -"
];
{
services.jellyfin.enable = true;
environment.systemPackages = [
pkgs.jellyfin
pkgs.jellyfin-web
pkgs.jellyfin-ffmpeg
];
}
# Sudo access for the wheel group (which death916 is part of)
security.sudo.wheelNeedsPassword = true; # Or false if you prefer passwordless sudo for wheel