commit 8a01703bb13f01608a9aa4f92ae7a564cf3bb727 (tree) parent 234933dee1957b474f6b456ffbd688169667415c Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Wed, 13 Sep 2023 13:30:16 +0300 fwminex: disable postfix temporarily Diffstat:
| M | hosts/fwminex/configuration.nix | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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;