From e2dde91309a77cea09eaed4422c0ec175bf1c717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Aug 2024 19:04:46 +0300 Subject: [PATCH] disable postfix --- 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 = {