fix forgejo,auth: OAuth client secret filepath

This commit is contained in:
Alexander Tomokhov
2025-04-16 21:48:33 +04:00
parent 56a56b67b4
commit 5cc23464d5

View File

@@ -31,9 +31,9 @@ let
forgejoPackage = pkgs.forgejo;
serviceAccountTokenFP =
auth-passthru.mkServiceAccountTokenFP oauthClientID;
auth-passthru.mkServiceAccountTokenFP linuxGroupOfService;
oauthClientSecretFP =
auth-passthru.mkOAuth2ClientSecretFP oauthClientID;
auth-passthru.mkOAuth2ClientSecretFP linuxGroupOfService;
in
{
options.selfprivacy.modules.gitea = {