aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/mastodon
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-13 10:41:30 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-13 10:41:30 +0200
commit0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386 (patch)
treeff5a002512e0d68ed6adfe7d0361bfab1fe75abd /nixops/modules/websites/tools/mastodon
parente2ca51b2f47652f64b497e53249c29ad4b96a6e9 (diff)
downloadNix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.tar.gz
Nix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.tar.zst
Nix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.zip
Cleanup e-mails from immae.eu domains
Diffstat (limited to 'nixops/modules/websites/tools/mastodon')
-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