From 5d3d56bd35567777c9dc2f8285bcb6a24f73ac82 Mon Sep 17 00:00:00 2001 From: Jakub Dorfman Date: Sun, 26 Apr 2026 15:42:29 +0200 Subject: [PATCH] added max retries to authelia Co-authored-by: Copilot --- authelia.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authelia.nix b/authelia.nix index b1b7cc5..e1d3de2 100644 --- a/authelia.nix +++ b/authelia.nix @@ -78,6 +78,10 @@ # { domain = "hello.srazka.com"; policy = "two_factor"; } # ]; }; + + regulation = { + max_retries = 5; + }; }; }; }