From df593cd0f19585920a88db26fba773473425aed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Aug 2024 19:00:32 +0300 Subject: [PATCH] mtworx: enable postfix --- hosts/mtworx/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index d6a70ea..f1fc409 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -129,7 +129,7 @@ in }; postfix = { - enable = false; + enable = true; saslPasswdPath = config.age.secrets.sasl-passwd.path; };