This mail server gonna work soon brah I just know it
This commit is contained in:
parent
3ce47107e6
commit
7d6ea37da4
3 changed files with 13 additions and 64 deletions
|
@ -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"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue