diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 04:48:34 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 04:48:34 +0200 |
commit | f097b0ec00a618609aedcd12cb413885c129a6a0 (patch) | |
tree | f048b196987a26e7b1e3969ac2938a0291500b4e /host/Rory-nginx/services | |
parent | Conduit reg token (diff) | |
download | Rory-Open-Architecture-f097b0ec00a618609aedcd12cb413885c129a6a0.tar.xz |
Conduit reg token
Diffstat (limited to 'host/Rory-nginx/services')
-rwxr-xr-x | host/Rory-nginx/services/matrix/conduit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix index 38a2d3d..0b7ac61 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-synapse.service"]; # So the registration can be used by Conduit. + before = ["matrix-conduit.service"]; # So the registration can be used by Conduit. after = ["matrix-synapse-reg-token.service"]; script = '' |