From fe901fc7e4c8c2bb8ee24219f71900fac8499c5c Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 19 Apr 2025 23:47:18 +0200 Subject: [PATCH] feat: acme email --- hosts/hitsugibune/matrix.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/hitsugibune/matrix.nix b/hosts/hitsugibune/matrix.nix index ddf84a9..e7476f9 100644 --- a/hosts/hitsugibune/matrix.nix +++ b/hosts/hitsugibune/matrix.nix @@ -63,9 +63,7 @@ }; # get a certificate security.acme.certs.${config.services.coturn.realm} = { - /* - insert here the right configuration to obtain a certificate - */ + security.acme.defaults.email = "stefan@tague.at"; postRun = "systemctl restart coturn.service"; group = "turnserver"; };