X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Ftools%2Fcloud%2Fnextcloud.nix;h=59930fb0122587419fd92d6abfe9fa80e277e9a5;hb=0f466f6d5aec0d3fcf406fe2bb71effa5a1a1386;hp=2e528283a38004e881615257000f0f591def84f8;hpb=e2ca51b2f47652f64b497e53249c29ad4b96a6e9;p=perso%2FImmae%2FConfig%2FNix.git 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 'mail_smtphost' => '127.0.0.1', 'mail_smtpname' => ''', 'mail_smtppassword' => ''', - 'mail_from_address' => 'owncloud', + 'mail_from_address' => 'nextcloud', 'mail_smtpauth' => false, - 'mail_domain' => 'immae.eu', + 'mail_domain' => 'tools.immae.eu', 'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'filelocking.enabled' => true,