about summary refs log tree commit diff stats
path: root/modules/by-name/pe/peertube/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/pe/peertube/module.nix')
-rw-r--r--modules/by-name/pe/peertube/module.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/by-name/pe/peertube/module.nix b/modules/by-name/pe/peertube/module.nix
index 0e404d1..a37ff03 100644
--- a/modules/by-name/pe/peertube/module.nix
+++ b/modules/by-name/pe/peertube/module.nix
@@ -67,11 +67,11 @@ in {
           emailAddress = "peertube@vhack.eu";
         in {
           transport = "smtp";
-          hostname = "server1.vhack.eu";
+          hostname = "mail.foss-syndicate.org";
           port = 587;
           username = emailAddress;
-          tls = false;
-          disable_starttls = false;
+          tls = true;
+          disable_starttls = true;
           from_address = emailAddress;
         };
       };