Skip to content

Commit

Permalink
feat(nixos): prowlarr
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 27, 2023
1 parent d3a8079 commit 52279a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions machines/media/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
group = "wheel";
user = "carlos";
};
services.prowlarr = {
enable = true;
openFirewall = true;
group = "wheel";
user = "carlos";
};
services.jackett = {
enable = true;
openFirewall = true;
Expand Down
5 changes: 5 additions & 0 deletions packages/homer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +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/";
Expand Down

0 comments on commit 52279a8

Please sign in to comment.