sops (server part)

This commit is contained in:
2024-06-24 19:07:26 -06:00
parent b915bbe4f3
commit adc3505632
6 changed files with 27 additions and 10 deletions

View File

@@ -58,8 +58,8 @@ in {
host = "smtp.gmail.com";
port = 587;
tls = true;
from = "stunner6399@gmail.com";
user = "stunner6399@gmail.com";
from = config.my.smtpemail;
user = config.my.smtpemail;
passwordeval = "cat ${config.sops.secrets.smtp-password.path}";
};
};
@@ -107,7 +107,7 @@ in {
settings = {
log_type = "file";
log_level = 3;
trusted_proxies = [ "nginx" ];
trusted_proxies = [ "192.168.0.1" "192.168.0.0/24" "10.0.0.0/8" ];
trusted_domains = [ "cloud.rotehaare.art" "danilo-reyes.com" ];
overwrite_protocol = "https";
default_phone_region = "MX";