diff --git a/hosts/tsuki/services/matrix/default.nix b/hosts/tsuki/services/matrix/default.nix index ac3ad53..ebfd10a 100644 --- a/hosts/tsuki/services/matrix/default.nix +++ b/hosts/tsuki/services/matrix/default.nix @@ -83,6 +83,14 @@ }; }; + systemd.slices.system-matrix-synapse = { + requires = [ + "postgresql.service" + "redis.service" + "kanidm.service" + ]; + }; + services.redis.servers."".enable = true; networking.firewall = {