about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-09-19 10:25:06 +0200
committerEmile <git@emile.space>2024-09-19 10:25:06 +0200
commit1cb1c99c7d74bda74eff1c188205055abbea1006 (patch)
tree6e94c03769a79eca06c91602a378ef564cd4bc19 /nix
parent35d6c2c70824cf77ef2216889cc9730b622f5ac1 (diff)
enable totp within authelia
Diffstat (limited to 'nix')
-rw-r--r--nix/hosts/corrino/www/sso.emile.space.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/www/sso.emile.space.nix b/nix/hosts/corrino/www/sso.emile.space.nix
index 27988fa..0f77197 100644
--- a/nix/hosts/corrino/www/sso.emile.space.nix
+++ b/nix/hosts/corrino/www/sso.emile.space.nix
@@ -192,7 +192,7 @@ in {
 				};
 
 				totp = {
-				  disable = true;
+				  disable = false;
 				  issuer = "sso.emile.space";
 				  algorithm = "sha1";
 				  digits = 6;