diff options
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, |