From 807d099a70bd3db2179694e0906947b624f3127b Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 28 Feb 2026 23:54:07 -0500 Subject: [PATCH] added webPort, enableUnixSocket attr --- modules/machine/yshtola/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/machine/yshtola/configuration.nix b/modules/machine/yshtola/configuration.nix index 56b9c72..5fea939 100644 --- a/modules/machine/yshtola/configuration.nix +++ b/modules/machine/yshtola/configuration.nix @@ -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 = {