Skip to content

Commit

Permalink
feat(nixos): remove jackett
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 27, 2023
1 parent a6ba5f2 commit ec77c25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 1 addition & 7 deletions machines/media/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
services.nginx = {
enable = true;
virtualHosts."media.local" = {
root = (pkgs.callPackage ../packages/homer.nix { });
root = (pkgs.callPackage ../../packages/homer.nix { });
};
};

Expand Down Expand Up @@ -56,12 +56,6 @@
enable = true;
openFirewall = true;
};
services.jackett = {
enable = true;
openFirewall = true;
group = "wheel";
user = "carlos";
};
services.transmission = {
enable = true;
openFirewall = true;
Expand Down
9 changes: 3 additions & 6 deletions packages/homer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,11 @@ let
url = "http://media.local:9091/";
target = "_blank";
}
{
name = "Prowlarr";
url = "http://media.local:9696/";
target = "_blank";
}
{
name = "Indexer";
url = "http://media.local:9117/";
url = "http://media.local:9696/";
type = "Prowlarr";
apikey = "171a6baff00a4b918e722a7de9befaa1";
target = "_blank";
}
];
Expand Down

0 comments on commit ec77c25

Please sign in to comment.