diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 043aa2c..d6a70ea 100644 --- 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 index 59f612b..53952f2 100644 --- 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"