Hotkey thing and standardization thing

This commit is contained in:
Jimbo 2024-10-29 01:44:42 -04:00
parent 7f512583e0
commit 08faf4265e
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
MAIL_HOST = "mx.${config.domains.jim1}";
MAIL_PORT = 587;
MAIL_USERNAME = "noreply@${config.domains.jim1}";
MAIL_PASSWORD = "${config.secrets.noreplyPassword}";
MAIL_PASSWORD = config.secrets.noreplyPassword;
};
nginx = {
enableACME = true;