aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/diaspora
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-28 00:46:11 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-28 00:46:11 +0100
commit591ebd877b8d5465da95fd7e212da5ef747944ca (patch)
tree777a1c08ed67de2f0b132ca16998a6297627a7a2 /nixops/modules/websites/tools/diaspora
parentc9af72bccc8324af25dde5704867fad0f56418bb (diff)
downloadNix-591ebd877b8d5465da95fd7e212da5ef747944ca.tar.gz
Nix-591ebd877b8d5465da95fd7e212da5ef747944ca.tar.zst
Nix-591ebd877b8d5465da95fd7e212da5ef747944ca.zip
Configure mailer spool for tools
Fixes https://git.immae.eu/mantisbt/view.php?id=104
Diffstat (limited to 'nixops/modules/websites/tools/diaspora')
-rw-r--r--nixops/modules/websites/tools/diaspora/diaspora.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/diaspora/diaspora.nix b/nixops/modules/websites/tools/diaspora/diaspora.nix
index 765c0a5..74be4fe 100644
--- a/nixops/modules/websites/tools/diaspora/diaspora.nix
+++ b/nixops/modules/websites/tools/diaspora/diaspora.nix
@@ -69,10 +69,10 @@ let
69 mail: 69 mail:
70 enable: true 70 enable: true
71 sender_address: 'diaspora@immae.eu' 71 sender_address: 'diaspora@immae.eu'
72 method: 'smtp' 72 method: 'sendmail'
73 smtp: 73 smtp:
74 host: 'mail.immae.eu'
75 sendmail: 74 sendmail:
75 location: '/run/wrappers/bin/sendmail'
76 admins: 76 admins:
77 account: "ismael" 77 account: "ismael"
78 podmin_email: 'diaspora@immae.eu' 78 podmin_email: 'diaspora@immae.eu'