From 6d93a61e8c30b36baa198b48c4bef79ba5d33833 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sat, 4 Apr 2026 20:00:19 +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";