cluster/services/matrix: use DNS01 challenge for cinny cert

This commit is contained in:
Max Headroom 2024-06-01 22:01:48 +02:00
parent 4e7c83361b
commit 82f34e96f2

View file

@ -13,4 +13,9 @@ in
allowCustomHomeservers = false;
});
};
security.acme.certs."chat.${domain}" = {
dnsProvider = "exec";
webroot = lib.mkForce null;
};
}