From e071e2427531c701dd11dcf83d1e6e82f02ad11a Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 3 Sep 2023 19:00:21 +0200 Subject: [PATCH] add webauthn to authelia --- hosts/web-01.cloonar.com/modules/authelia/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/web-01.cloonar.com/modules/authelia/default.nix b/hosts/web-01.cloonar.com/modules/authelia/default.nix index 30b6d05..8f7f853 100644 --- a/hosts/web-01.cloonar.com/modules/authelia/default.nix +++ b/hosts/web-01.cloonar.com/modules/authelia/default.nix @@ -74,6 +74,14 @@ user = "cn=authelia,ou=system,ou=users,dc=cloonar,dc=com"; }; }; + + webauthn = { + disable = false; + display_name = "Authelia"; + attestation_conveyance_preference = "indirect"; + user_verification = "preferred"; + timeout = "60s"; + }; access_control = { default_policy = "deny";