config

NixOS config
Log | Files | Refs | README | LICENSE

commit e2dde91309a77cea09eaed4422c0ec175bf1c717 (tree)
parent fa8d646d3f9732e4846b5ce2f70104c388cfdae2
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon,  5 Aug 2024 19:04:46 +0300

disable postfix

Diffstat:
Mhosts/mtworx/configuration.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 = {