added webPort, enableUnixSocket attr
This commit is contained in:
@@ -126,11 +126,14 @@ in {
|
||||
services.mastodon = {
|
||||
enable = true;
|
||||
localDomain = mastodonFqdn;
|
||||
webPort = 3000;
|
||||
enableUnixSocket = false;
|
||||
configureNginx = false;
|
||||
secretKeyBaseFile = "${mastodonSecretsDir}/secret_key_base";
|
||||
otpSecretFile = "${mastodonSecretsDir}/otp_secret";
|
||||
# otpSecretFile = "${mastodonSecretsDir}/otp_secret";
|
||||
vapidPrivateKeyFile = "${mastodonSecretsDir}/vapid_private_key";
|
||||
vapidPublicKeyFile = "${mastodonSecretsDir}/vapid_public_key";
|
||||
streamingProcesses = 3;
|
||||
# Configure SMTP after initial deploy via mastodonSecretsDir or a separate
|
||||
# NixOS secrets manager (sops-nix / agenix).
|
||||
smtp = {
|
||||
|
||||
Reference in New Issue
Block a user