From 3c86945919512a447080fd6f4a5e0493bcdfd485 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 26 Jun 2026 13:57:39 +0200 Subject: [PATCH] feat(bomba): add indexers --- machines/bomba/services/nixflix.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/bomba/services/nixflix.nix b/machines/bomba/services/nixflix.nix index 60a9cd7..e509e66 100644 --- a/machines/bomba/services/nixflix.nix +++ b/machines/bomba/services/nixflix.nix @@ -89,6 +89,15 @@ in username = "Petrich"; password._secret = config.sops.secrets.indexers_ilcorsaroblu_password.path; } + { + name = "kickasstorrents.ws"; + } + { + name = "LimeTorrents"; + } + { + name = "The Pirate Bay"; + } ]; }; };