about summary refs log tree commit diff
path: root/nix/hosts/corrino/www/sso.emile.space.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/corrino/www/sso.emile.space.nix')
-rw-r--r--nix/hosts/corrino/www/sso.emile.space.nix2
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";