From 019fc462c83deb38164ede778ef3bd2ff09b0337 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sat, 4 Apr 2026 19:46:14 +0300 Subject: [PATCH] Add Seerr (Jellyseerr) --- hosts/plexy/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 1c470fa..6506c3b 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -143,6 +143,9 @@ jellyfin = { enable = true; }; + seerr = { + enable = true; + }; }; environment.variables.EDITOR = "nvim";