From eecad4ed3c332017fdc54bcd932b1ebb40b9bf85 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Sun, 25 May 2025 20:51:07 +0200 Subject: [PATCH] continuity socket permissions caddy --- system/server/matrix.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/server/matrix.nix b/system/server/matrix.nix index 57baa99..ba443f5 100644 --- a/system/server/matrix.nix +++ b/system/server/matrix.nix @@ -15,6 +15,7 @@ in { services = { matrix-continuwuity = { enable = true; + group = "caddy"; # Permissions for socket settings.global = { unix_socket_path = "/run/continuwuity/continuwuity.sock"; server_name = host; @@ -33,7 +34,5 @@ in { ''; }; }; - - systemd.services.dendrite.after = ["postgresql.service"]; }; }