From 0cbee329a8f73271d3ebf4bf863c67a3d2342a55 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 19 Jan 2024 01:04:02 +0100 Subject: [PATCH] Also disable mail for gotosocial for now --- .../package-configs/gotosocial/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/server/package-configs/gotosocial/configuration.nix b/nixos/server/package-configs/gotosocial/configuration.nix index a09cc3e..9e3afdf 100644 --- a/nixos/server/package-configs/gotosocial/configuration.nix +++ b/nixos/server/package-configs/gotosocial/configuration.nix @@ -35,11 +35,11 @@ media-image-max-size = 41943040; media-video-max-size = 209715200; media-description-max-chars = 2000; - smtp-host = "localhost"; - smtp-port = 587; - smtp-username = "no-reply@social.gladtherescake.eu"; - smtp-password = config.sops.secrets."mailpassunhash".path; - smtp-from = "no-reply@social.gladtherescake.eu"; + #smtp-host = "localhost"; + #smtp-port = 587; + #smtp-username = "no-reply@social.gladtherescake.eu"; + #smtp-password = config.sops.secrets."mailpassunhash".path; + #smtp-from = "no-reply@social.gladtherescake.eu"; }; };