From c5ced44dcb5f755b56e62f36d2d20bd48845f0f5 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 18 Aug 2023 04:50:57 +0200 Subject: Conduit reg token --- host/Rory-nginx/services/matrix/conduit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix index 0b7ac61..777dfd7 100755 --- a/host/Rory-nginx/services/matrix/conduit.nix +++ b/host/Rory-nginx/services/matrix/conduit.nix @@ -16,7 +16,7 @@ }; systemd.services.matrix-conduit-reg-token = { description = "Random registration token for Conduit."; - before = ["matrix-conduit.service"]; # So the registration can be used by Conduit. + before = ["conduit.service"]; # So the registration can be used by Conduit. after = ["matrix-synapse-reg-token.service"]; script = '' -- cgit 1.4.1