This commit is contained in:
2025-09-12 15:40:59 +03:00
parent c34269a83e
commit 8671a28baf

View File

@@ -159,7 +159,8 @@ in
originLanding = "https://${cfg.subdomain}.${sp.domain}/"; originLanding = "https://${cfg.subdomain}.${sp.domain}/";
originUrl = oauthRedirectURL; originUrl = oauthRedirectURL;
clientSystemdUnits = [ "mastodon.service" ]; clientSystemdUnits = [ "mastodon.service" ];
enablePkce = true; # enablePkce = true;
enablePkce = false;
linuxUserOfClient = "mastodon"; linuxUserOfClient = "mastodon";
linuxGroupOfClient = "mastodon"; linuxGroupOfClient = "mastodon";
}; };