diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-13 10:41:30 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-13 10:41:30 +0200 |
commit | 0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386 (patch) | |
tree | ff5a002512e0d68ed6adfe7d0361bfab1fe75abd /nixops/modules/websites/tools/cloud | |
parent | e2ca51b2f47652f64b497e53249c29ad4b96a6e9 (diff) | |
download | Nix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.tar.gz Nix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.tar.zst Nix-0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386.zip |
Cleanup e-mails from immae.eu domains
Diffstat (limited to 'nixops/modules/websites/tools/cloud')
-rw-r--r-- | nixops/modules/websites/tools/cloud/nextcloud.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/cloud/nextcloud.nix b/nixops/modules/websites/tools/cloud/nextcloud.nix index 2e52828..59930fb 100644 --- a/nixops/modules/websites/tools/cloud/nextcloud.nix +++ b/nixops/modules/websites/tools/cloud/nextcloud.nix | |||
@@ -148,9 +148,9 @@ let | |||
148 | 'mail_smtphost' => '127.0.0.1', | 148 | 'mail_smtphost' => '127.0.0.1', |
149 | 'mail_smtpname' => ''', | 149 | 'mail_smtpname' => ''', |
150 | 'mail_smtppassword' => ''', | 150 | 'mail_smtppassword' => ''', |
151 | 'mail_from_address' => 'owncloud', | 151 | 'mail_from_address' => 'nextcloud', |
152 | 'mail_smtpauth' => false, | 152 | 'mail_smtpauth' => false, |
153 | 'mail_domain' => 'immae.eu', | 153 | 'mail_domain' => 'tools.immae.eu', |
154 | 'memcache.local' => '\\OC\\Memcache\\APCu', | 154 | 'memcache.local' => '\\OC\\Memcache\\APCu', |
155 | 'memcache.locking' => '\\OC\\Memcache\\Redis', | 155 | 'memcache.locking' => '\\OC\\Memcache\\Redis', |
156 | 'filelocking.enabled' => true, | 156 | 'filelocking.enabled' => true, |