fix forgejo,auth: OAuth client secret filepath
This commit is contained in:
@@ -31,9 +31,9 @@ let
|
|||||||
forgejoPackage = pkgs.forgejo;
|
forgejoPackage = pkgs.forgejo;
|
||||||
|
|
||||||
serviceAccountTokenFP =
|
serviceAccountTokenFP =
|
||||||
auth-passthru.mkServiceAccountTokenFP oauthClientID;
|
auth-passthru.mkServiceAccountTokenFP linuxGroupOfService;
|
||||||
oauthClientSecretFP =
|
oauthClientSecretFP =
|
||||||
auth-passthru.mkOAuth2ClientSecretFP oauthClientID;
|
auth-passthru.mkOAuth2ClientSecretFP linuxGroupOfService;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.selfprivacy.modules.gitea = {
|
options.selfprivacy.modules.gitea = {
|
||||||
|
Reference in New Issue
Block a user