mtworx: +sasl
This commit is contained in:
parent
ed56c5eea2
commit
b67674dd70
|
@ -130,7 +130,7 @@ in
|
||||||
|
|
||||||
postfix = {
|
postfix = {
|
||||||
enable = false;
|
enable = false;
|
||||||
#saslPasswdPath = config.age.secrets.sasl-passwd.path;
|
saslPasswdPath = config.age.secrets.sasl-passwd.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
syncthing = {
|
syncthing = {
|
||||||
|
|
|
@ -34,6 +34,7 @@ in
|
||||||
// mk ([ mtworx ] ++ motiejus) [
|
// mk ([ mtworx ] ++ motiejus) [
|
||||||
"secrets/motiejus_work_passwd_hash.age"
|
"secrets/motiejus_work_passwd_hash.age"
|
||||||
"secrets/root_work_passwd_hash.age"
|
"secrets/root_work_passwd_hash.age"
|
||||||
|
"secrets/postfix_sasl_passwd.age"
|
||||||
|
|
||||||
"secrets/mtworx/syncthing/key.pem.age"
|
"secrets/mtworx/syncthing/key.pem.age"
|
||||||
"secrets/mtworx/syncthing/cert.pem.age"
|
"secrets/mtworx/syncthing/cert.pem.age"
|
||||||
|
|
Loading…
Reference in New Issue