From 971797d4b7cec580feddb4614bdeea780a4ca5c4 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 22 Feb 2021 20:47:41 +1000 Subject: [PATCH] matrix: Removed deprecated group permissions --- roles/matrix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/matrix.nix b/roles/matrix.nix index b04ebcd..695519d 100644 --- a/roles/matrix.nix +++ b/roles/matrix.nix @@ -141,7 +141,6 @@ acceptTerms = true; certs = { "chat.mcwhirter.io" = { - group = "matrix-synapse"; postRun = "systemctl reload nginx.service"; email = "acme@mcwhirter.io"; };