From ed56c5eea286b17351701e4ddcd88aa52326ad6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Aug 2024 18:55:30 +0300 Subject: [PATCH] mtworx: disable sasl_passwd for now --- hosts/mtworx/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index f1fc409..043aa2c 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -129,8 +129,8 @@ in }; postfix = { - enable = true; - saslPasswdPath = config.age.secrets.sasl-passwd.path; + enable = false; + #saslPasswdPath = config.age.secrets.sasl-passwd.path; }; syncthing = {