diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-06 14:31:16 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-06 14:31:24 +0530 |
| commit | 7bcd223aa4537f054eb140c3b5461ee7a4d03b19 (patch) | |
| tree | e79840736e54be4a62f9bad001d8c29875e97c5e /modules/jackett.nix | |
| parent | 08d9f9f645080a2b03c608eea6a08fcac8674256 (diff) | |
| download | nixos-config-7bcd223aa4537f054eb140c3b5461ee7a4d03b19.tar.gz nixos-config-7bcd223aa4537f054eb140c3b5461ee7a4d03b19.zip | |
Add sonarr/radarr/prowlarr + add service routing
Diffstat (limited to 'modules/jackett.nix')
| -rw-r--r-- | modules/jackett.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/jackett.nix b/modules/jackett.nix deleted file mode 100644 index 132bc33..0000000 --- a/modules/jackett.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ ... }: -{ - services.jackett = { - enable = false; - port = 9117; - openFirewall = false; - }; -} |
