From 4cf3dab76c963b85c3067eb41dfafe1cb6cb6c4a Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 13 May 2025 14:14:51 +0000 Subject: [PATCH] jellyfin --- nixos/homelab.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nixos/homelab.nix b/nixos/homelab.nix index ad7df29..1941c10 100644 --- a/nixos/homelab.nix +++ b/nixos/homelab.nix @@ -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