diff --git a/hosts/git/forgejo.nix b/hosts/git/forgejo.nix index f48ec7f..60af999 100644 --- a/hosts/git/forgejo.nix +++ b/hosts/git/forgejo.nix @@ -26,7 +26,6 @@ in oauth2.JWT_SECRET = lib.mkDefault config.age.secrets.forgejo-oauth2-jwt-secret.path; }; settings = { - security.GLOBAL_TWO_FACTOR_REQUIREMENT = "all"; session.COOKIE_SECURE = true; log.LEVEL = "Warn"; server = {