From f075d45940982976e6998523a3168878c631d256 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sat, 1 Aug 2026 12:00:49 +0200 Subject: [PATCH] feat(qbittorrent): replaced webui login with authentik --- machines/bomba/services/nixflix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/bomba/services/nixflix.nix b/machines/bomba/services/nixflix.nix index dd62362..9543939 100644 --- a/machines/bomba/services/nixflix.nix +++ b/machines/bomba/services/nixflix.nix @@ -39,6 +39,7 @@ in MaxAuthenticationFailCount = 0; Username = user; Password_PBKDF2 = "@ByteArray(8AhaCcVLo4H07+dv5uF7pQ==:m+wRuZuzus0N5mkOGXePQmDZfgTpRZiv2OSKbk1pnOA/QPa/JF4Ai1FwVbyZ1PF9odSOSI1UaRQwDMb3MxOKMg==)"; + LocalHostAuth = false; # Disable auth because authentik is setup }; }; };