cluster/services/matrix: use DNS01 challenge for cinny cert
This commit is contained in:
parent
4e7c83361b
commit
82f34e96f2
1 changed files with 5 additions and 0 deletions
|
@ -13,4 +13,9 @@ in
|
|||
allowCustomHomeservers = false;
|
||||
});
|
||||
};
|
||||
|
||||
security.acme.certs."chat.${domain}" = {
|
||||
dnsProvider = "exec";
|
||||
webroot = lib.mkForce null;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue