Hotkey thing and standardization thing
This commit is contained in:
parent
7f512583e0
commit
08faf4265e
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue