vno1-op5p: postfix

This commit is contained in:
Motiejus Jakštys 2024-03-08 20:35:32 +02:00
parent b8d2bb3bcd
commit 58275bdf5f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
node_exporter.enable = true; node_exporter.enable = true;
}; };
postfix = { services.postfix = {
enable = true; enable = true;
saslPasswdPath = config.age.secrets.sasl-passwd.path; saslPasswdPath = config.age.secrets.sasl-passwd.path;
}; };