fix host ip variable
This commit is contained in:
parent
d3030aa2d1
commit
1b848029e2
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ in {
|
|||
{
|
||||
record = "${cfg.domain}.";
|
||||
r_type = "TXT";
|
||||
value = ''"v=spf1 include:mail.skynet.ie include:skynet.ie ip4:${cfg.host.ip} -all"'';
|
||||
value = ''"v=spf1 include:mail.skynet.ie include:skynet.ie ip4:${config.services.skynet.host.ip} -all"'';
|
||||
}
|
||||
|
||||
# DKIM keys
|
||||
|
|
Loading…
Reference in a new issue