fix
This commit is contained in:
@@ -139,8 +139,7 @@ in
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
loadCredentials = ["client-secret:${oauthClientSecretFP}"];
|
loadCredentials = ["client-secret:${oauthClientSecretFP}"];
|
||||||
ExecStart = lib.mkForce ''
|
ExecStart = lib.mkForce ''
|
||||||
export CLIENT_SECRET=$(cat $CREDENTIALS_DIRECTORY/client-secret)
|
CLIENT_SECRET=$(cat $CREDENTIALS_DIRECTORY/client-secret) ${config.services.mastodon.package}/bin/puma -C config/puma.rb`
|
||||||
${config.services.mastodon.package}/bin/puma -C config/puma.rb`
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
environment = {
|
environment = {
|
||||||
|
Reference in New Issue
Block a user