From 69278991faa7088bfe8e8c49cf8761cd3ae2416e Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sat, 4 Apr 2026 20:07:20 +0300 Subject: [PATCH] Add Seerr (Jellyfin) --- hosts/plexy/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 5926936..bd4b9af 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -66,6 +66,7 @@ 80 443 873 # rsyncd + 5055 # Seerr 5201 # iperf3 8096 # Jellyfin 15835 # Glance @@ -142,6 +143,10 @@ jellyfin = { enable = true; }; + seerr = { + enable = true; + package = pkgs.unstable.seerr; + }; }; environment.variables.EDITOR = "nvim";