From 62113f80b0b511283c4447053ebad20e5ddaab1e Mon Sep 17 00:00:00 2001 From: Jo Date: Thu, 7 Nov 2024 11:05:51 +0000 Subject: [PATCH] Fix errant bracket --- services/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/matrix.nix b/services/matrix.nix index 16732b7..5bcaead 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -1,4 +1,4 @@ -]{ +{ # Reqeusts SSL and adds the site to nginx services.nginx.virtualHosts."matrix.nederland.gay" = { forceSSL = true;