sops (server part)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user