From 62d9359eb7a15bc685dd4f780a3bfe27422b1d7c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 3 May 2023 16:52:56 +0000 Subject: [PATCH] modules: services: matrix: clean-up formatting --- modules/services/matrix/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/services/matrix/default.nix b/modules/services/matrix/default.nix index c581df8..8eb10d7 100644 --- a/modules/services/matrix/default.nix +++ b/modules/services/matrix/default.nix @@ -149,7 +149,7 @@ in }; # same as above, but listening on the federation port - "matrix.${domain}_federation" = rec { + "matrix.${domain}_federation" = { onlySSL = true; serverName = "matrix.${domain}"; useACMEHost = domain; @@ -164,7 +164,6 @@ in { addr = "0.0.0.0"; port = federationPort.public; ssl = true; } { addr = "[::]"; port = federationPort.public; ssl = true; } ]; - }; "${domain}" = {