From b67674dd7096c09ddb24ef3d38541b802782f738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 5 Aug 2024 18:57:09 +0300 Subject: [PATCH] mtworx: +sasl --- hosts/mtworx/configuration.nix | 2 +- secrets.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"