From d7dc6ff8abe974b06e1e4260f85fd468f73a928e Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:53:15 +0200 Subject: [PATCH] disable recyclarr for now Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- server-modules/arr.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/server-modules/arr.nix b/server-modules/arr.nix index 85be86c..7610a73 100644 --- a/server-modules/arr.nix +++ b/server-modules/arr.nix @@ -15,10 +15,10 @@ in { # Add my secrets sops.secrets = { - recyclarr = { - owner = "recyclarr"; - mode = "0777"; - }; + # recyclarr = { + # owner = "recyclarr"; + # mode = "0777"; + # }; wireguard-pia = { group = "media"; mode = "0600"; @@ -45,7 +45,8 @@ in { vpn.enable = true; }; recyclarr = { - enable = true; + # TODO: fix recyclarr + enable = false; configFile = config.sops.secrets.recyclarr.path; }; };