aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/diaspora/diaspora.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/diaspora/diaspora.nix')
-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'