and dns MX record + fixes

This commit is contained in:
asyncnomi 2025-07-31 18:21:09 +02:00
parent fb29ad7d9a
commit 152e28053f
3 changed files with 22 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, ensureAccountsWithoutIMAP, ... }:
let
# Import nodes
@ -52,7 +52,6 @@ in
hostname = "lasuite.federez.net";
user = "maddy";
group = "maddy";
openFirewall = true;
primaryDomain = "lasuite.federez.net";
tls = {
loader = "file";
@ -216,7 +215,7 @@ in
dnsPropagationCheck = true;
enableDebugLogs = true;
environmentFile = "${pkgs.writeText "dns-creds" ''
RFC2136_NAMESERVER=172.19.${nodes.${mapping.dns.master}.zone}.${nodes.${mapping.dns.master}.id}
RFC2136_NAMESERVER=172.19.${toString nodes.${mapping.dns.master}.zone}.${toString nodes.${mapping.dns.master}.id}
RFC2136_TSIG_KEY=letsencrypt
RFC2136_TSIG_ALGORITHM=hmac-sha512.
RFC2136_TSIG_SECRET_FILE="${config.age.secrets.challenge.path}"