diff --git a/configurations/camelot/jellyfin.nix b/configurations/camelot/jellyfin.nix index b5336fd..83f36a3 100644 --- a/configurations/camelot/jellyfin.nix +++ b/configurations/camelot/jellyfin.nix @@ -46,6 +46,11 @@ group = "media"; }; + services.jackett = { + enable = true; + openFirewall = true; + }; + systemd.services.delugedweb.requires = ["deluged-proxy.service"]; systemd.services.deluged.bindsTo = [ "wireguard-wg1.service" ]; systemd.services.deluged.requires = [ "network-online.target" ];