From 8a01703bb13f01608a9aa4f92ae7a564cf3bb727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 13 Sep 2023 13:30:16 +0300 Subject: [PATCH] fwminex: disable postfix temporarily --- hosts/fwminex/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index cfad248..309a41a 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -77,10 +77,10 @@ }; }; - postfix = { - enable = true; - saslPasswdPath = config.age.secrets.sasl-passwd.path; - }; + #postfix = { + # enable = true; + # saslPasswdPath = config.age.secrets.sasl-passwd.path; + #}; syncthing = { enable = false;