heisenbridge: start before matrix-synapse.target and add registration file to custom Synapse
1 files changed, 6 insertions(+), 0 deletions(-) M host-configurations/kessel.nix
M host-configurations/kessel.nix => host-configurations/kessel.nix +6-0
@@ 56,6 56,12 @@ identd.enable = true; package = pkgs.callPackage ../pkgs/heisenbridge.nix { }; }; systemd.services.heisenbridge = { before = [ "matrix-synapse.target" ]; # So the registration file can be used by Synapse }; services.matrix-synapse-custom.appServiceConfigFiles = [ "/var/lib/heisenbridge/registration.yml" ]; # LinkedIn <-> Matrix Bridge services.linkedin-matrix = {