diff --git a/nixos/programs/mastodon.nix b/nixos/programs/mastodon.nix index 04e0825..b770107 100644 --- a/nixos/programs/mastodon.nix +++ b/nixos/programs/mastodon.nix @@ -38,6 +38,7 @@ SMTP_SSL = "true"; SMTP_ENABLE_STARTTLS_AUTO = "false"; SMTP_AUTH_METHOD = "plain"; + RAILS_LOG_LEVEL = "warn"; }; smtp = {