From 8cd3a19ed1db0b40fade797c46082f23794724c2 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sat, 4 Apr 2026 20:02:46 +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";