diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 04:50:57 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 04:50:57 +0200 |
commit | c5ced44dcb5f755b56e62f36d2d20bd48845f0f5 (patch) | |
tree | ed92a137c0f64b93dcb5a7dd0528a0d84bf1c2c7 | |
parent | Conduit reg token (diff) | |
download | Rory-Open-Architecture-c5ced44dcb5f755b56e62f36d2d20bd48845f0f5.tar.xz |
Conduit reg token
-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 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 = '' |