config

NixOS config
Log | Files | Refs | README | LICENSE

commit b67674dd7096c09ddb24ef3d38541b802782f738 (tree)
parent ed56c5eea286b17351701e4ddcd88aa52326ad6e
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon,  5 Aug 2024 18:57:09 +0300

mtworx: +sasl

Diffstat:
Mhosts/mtworx/configuration.nix | 2+-
Msecrets.nix | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix @@ -130,7 +130,7 @@ in postfix = { enable = false; - #saslPasswdPath = config.age.secrets.sasl-passwd.path; + saslPasswdPath = config.age.secrets.sasl-passwd.path; }; syncthing = { diff --git a/secrets.nix b/secrets.nix @@ -34,6 +34,7 @@ in // mk ([ mtworx ] ++ motiejus) [ "secrets/motiejus_work_passwd_hash.age" "secrets/root_work_passwd_hash.age" + "secrets/postfix_sasl_passwd.age" "secrets/mtworx/syncthing/key.pem.age" "secrets/mtworx/syncthing/cert.pem.age"