diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-04-12 04:01:46 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-04-12 04:01:46 +0300 |
commit | d6368c86bc949371e904eed3d0a6583ebd53b055 (patch) | |
tree | 042db513412ba7f1577b1ac690d4e0e0fac22cbf /modules/nixos/matrix/dendrite.nix | |
parent | 2023-04-07 (diff) |
2023-04-12
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/matrix/dendrite.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/matrix/dendrite.nix b/modules/nixos/matrix/dendrite.nix index 6b662b2..35647cb 100644 --- a/modules/nixos/matrix/dendrite.nix +++ b/modules/nixos/matrix/dendrite.nix @@ -160,7 +160,7 @@ in { "-o /run/dendrite/dendrite.yaml" ]; ExecStart = concatStringsSep " " [ - "${pkgs.dendrite}/bin/dendrite-monolith-server" + "${pkgs.dendrite}/bin/dendrite" "--config /run/dendrite/dendrite.yaml" "--http-bind-address 127.0.0.1:${toString cfg.port}" ]; |