summaryrefslogtreecommitdiff
path: root/hosts/surtr/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/matrix')
-rw-r--r--hosts/surtr/matrix/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/surtr/matrix/default.nix b/hosts/surtr/matrix/default.nix
index 46c2f338..f5a411ac 100644
--- a/hosts/surtr/matrix/default.nix
+++ b/hosts/surtr/matrix/default.nix
@@ -228,10 +228,6 @@ with lib;
228 "turn.synapse.li" = { 228 "turn.synapse.li" = {
229 zone = "synapse.li"; 229 zone = "synapse.li";
230 certCfg = { 230 certCfg = {
231 server = "https://acme.zerossl.com/v2/DV90";
232 extraLegoFlags = [
233 "--cert.timeout" "300"
234 ];
235 postRun = '' 231 postRun = ''
236 ${pkgs.systemd}/bin/systemctl try-restart coturn.service 232 ${pkgs.systemd}/bin/systemctl try-restart coturn.service
237 ''; 233 '';