From 2ccdc54c99df595ef95fb68cbdc52d8860c0acba Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 29 Sep 2024 00:04:56 +0200 Subject: (authelia) default 2fa method totp --- nix/hosts/corrino/www/sso.emile.space.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/hosts/corrino/www/sso.emile.space.nix b/nix/hosts/corrino/www/sso.emile.space.nix index fa83fb8..803af27 100644 --- a/nix/hosts/corrino/www/sso.emile.space.nix +++ b/nix/hosts/corrino/www/sso.emile.space.nix @@ -191,6 +191,8 @@ in ]; }; + # type = types.enum [ "" "totp" "webauthn" "mobile_push" ]; + default_2fa_method = "totp"; totp = { disable = false; issuer = "sso.emile.space"; -- cgit 1.4.1