aboutsummaryrefslogtreecommitdiff
path: root/modules/jackett.nix
blob: 132bc332decaadf94626cbaa21d70384204761c3 (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }:
{
  services.jackett = {
    enable = false;
    port = 9117;
    openFirewall = false;
  };
}