diff --git a/authelia.nix b/authelia.nix index e1d3de2..477197a 100644 --- a/authelia.nix +++ b/authelia.nix @@ -40,10 +40,13 @@ log.level = "info"; totp = { + disable = false; issuer = "srazka.com"; period = 30; }; + webauthn.disable = true; + # File-based user database (simplest, no LDAP needed) authentication_backend.file = { path = config.age.secrets."authelia-users".path;