From 8a9e5a01fb839e52f4f34d2f4d49f1b6947836de Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 14 Jul 2025 18:35:29 +0200 Subject: [PATCH] feat: test acme listenHTTP --- hosts/hitsugibune/matrix.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/hitsugibune/matrix.nix b/hosts/hitsugibune/matrix.nix index 0398936..f41abca 100644 --- a/hosts/hitsugibune/matrix.nix +++ b/hosts/hitsugibune/matrix.nix @@ -43,11 +43,10 @@ in { networking.firewall.allowedTCPPorts = [ 80 443 ]; security.acme.certs.${config.services.coturn.realm} = { - /* insert here the right configuration to obtain a certificate */ + listenHTTP = "0.0.0.0:80"; + email = "stefan@tague.at"; postRun = "systemctl restart coturn.service"; group = "turnserver"; - email = "stefan@tague.at"; - listenHTTP = true; }; services.postgresql.enable = true;