From 91f16c3a93f0c34d93390d710d6a4beaf83db6f8 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Thu, 9 Jan 2025 15:06:34 +0100 Subject: [PATCH] camelot: remove bazarr --- configurations/camelot/jellyfin.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configurations/camelot/jellyfin.nix b/configurations/camelot/jellyfin.nix index 1056c88..34f4175 100644 --- a/configurations/camelot/jellyfin.nix +++ b/configurations/camelot/jellyfin.nix @@ -38,12 +38,6 @@ group = "media"; }; - services.bazarr = { - enable = true; - openFirewall = true; - group = "media"; - }; - # Torrent client services.deluge = { enable = true;