chore(continuwuity): Switch to new upstream module
This commit is contained in:
parent
4667044ea5
commit
3011625e51
4 changed files with 16 additions and 21 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue