summaryrefslogtreecommitdiff
path: root/hosts/surtr/matrix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/matrix/default.nix')
-rw-r--r--hosts/surtr/matrix/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/surtr/matrix/default.nix b/hosts/surtr/matrix/default.nix
index ce8a0831..58ea04cb 100644
--- a/hosts/surtr/matrix/default.nix
+++ b/hosts/surtr/matrix/default.nix
@@ -156,6 +156,9 @@
156 zone = "synapse.li"; 156 zone = "synapse.li";
157 certCfg = { 157 certCfg = {
158 server = "https://acme.zerossl.com/v2/DV90"; 158 server = "https://acme.zerossl.com/v2/DV90";
159 extraLegoFlags = [
160 "--cert.timeout" "300"
161 ];
159 postRun = '' 162 postRun = ''
160 ${pkgs.systemd}/bin/systemctl try-restart coturn.service 163 ${pkgs.systemd}/bin/systemctl try-restart coturn.service
161 ''; 164 '';