diff options
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/corrino/modules/authelia.emile.space.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nix/hosts/corrino/modules/authelia.emile.space.nix b/nix/hosts/corrino/modules/authelia.emile.space.nix index 8a2c62a..e96d0ca 100644 --- a/nix/hosts/corrino/modules/authelia.emile.space.nix +++ b/nix/hosts/corrino/modules/authelia.emile.space.nix @@ -191,6 +191,16 @@ in { } ]; }; + + totp = { + disable = false; + issuer = "sso.emile.space"; + algorithm = "sha1"; + digits = 6; + period = 30; + skew = 1; + secret_size = 32; + }; }; }; }; |