diff options
-rw-r--r-- | nix/hosts/corrino/www/sso.emile.space.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |