aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/mastodon/mastodon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/mastodon/mastodon.nix')
-rw-r--r--nixops/modules/websites/tools/mastodon/mastodon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/mastodon/mastodon.nix b/nixops/modules/websites/tools/mastodon/mastodon.nix
index d4e437a..90e537f 100644
--- a/nixops/modules/websites/tools/mastodon/mastodon.nix
+++ b/nixops/modules/websites/tools/mastodon/mastodon.nix
@@ -80,7 +80,7 @@ let
80 VAPID_PUBLIC_KEY=${env.vapid.public} 80 VAPID_PUBLIC_KEY=${env.vapid.public}
81 81
82 SMTP_DELIVERY_METHOD=sendmail 82 SMTP_DELIVERY_METHOD=sendmail
83 SMTP_FROM_ADDRESS=notifications@mastodon.immae.eu 83 SMTP_FROM_ADDRESS=mastodon@tools.immae.eu
84 SENDMAIL_LOCATION="/run/wrappers/bin/sendmail" 84 SENDMAIL_LOCATION="/run/wrappers/bin/sendmail"
85 PAPERCLIP_ROOT_PATH=${varDir} 85 PAPERCLIP_ROOT_PATH=${varDir}
86 86