This mail server gonna work soon brah I just know it

This commit is contained in:
Jimbo 2024-09-12 23:08:45 -04:00
parent 3ce47107e6
commit 7d6ea37da4
3 changed files with 13 additions and 64 deletions

View file

@ -45,7 +45,6 @@
type nat hook postrouting priority 100; policy accept;
oifname "${ips.netInt}" masquerade
ip saddr ${ips.wgSpan}.0/24 oifname "${ips.netInt}" masquerade comment "WireGuard"
oifname "${ips.wgInt}" masquerade comment "Outgoing Wireguard"
}
'';
};

View file

@ -8,6 +8,14 @@
certificateScheme = "acme-nginx";
localDnsResolver = false;
redis.port = 1515;
# Dmarc info
dmarcReporting = {
enable = true;
domain = "${outputs.secrets.jimDomain}";
localpart = "noreply";
organizationName = "Jimbo's Files";
};
# A list of accounts, passwords generated with nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'
loginAccounts = {