chore(continuwuity): Switch to new upstream module

This commit is contained in:
Tristan Daniël Maat 2026-02-25 01:56:32 +08:00
parent 4667044ea5
commit 3011625e51
Signed by: tlater
GPG key ID: 02E935006CF2E8E7
4 changed files with 16 additions and 21 deletions

View file

@ -5,7 +5,7 @@
...
}:
let
conduitCfg = config.services.matrix-conduit;
conduitCfg = config.services.matrix-continuwuity;
matrixLib = pkgs.callPackage ./lib.nix { };
in
{
@ -36,7 +36,7 @@ in
{
description = "Matrix<->IRC bridge";
wantedBy = [ "multi-user.target" ];
after = [ "conduit.service" ];
after = [ "continuwuity.service" ];
serviceConfig = {
Type = "exec";