aboutsummaryrefslogtreecommitdiff
path: root/modules/jackett.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-06 14:31:16 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-06 14:31:24 +0530
commit7bcd223aa4537f054eb140c3b5461ee7a4d03b19 (patch)
treee79840736e54be4a62f9bad001d8c29875e97c5e /modules/jackett.nix
parent08d9f9f645080a2b03c608eea6a08fcac8674256 (diff)
downloadnixos-config-7bcd223aa4537f054eb140c3b5461ee7a4d03b19.tar.gz
nixos-config-7bcd223aa4537f054eb140c3b5461ee7a4d03b19.zip
Add sonarr/radarr/prowlarr + add service routing
Diffstat (limited to '')
-rw-r--r--modules/jackett.nix8
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;
- };
-}