summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/vps/matrix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vps/matrix.nix b/hosts/vps/matrix.nix
index 335d304..e2aa1a5 100644
--- a/hosts/vps/matrix.nix
+++ b/hosts/vps/matrix.nix
@@ -100,7 +100,7 @@
     };
 
     systemd.services.dendrite.serviceConfig.ExecStart = lib.mkForce (lib.strings.concatStringsSep " " [
-      "${pkgs.dendrite}/bin/dendrite-monolith-server"
+      "${pkgs.dendrite}/bin/dendrite"
       "--config /run/dendrite/dendrite.yaml"
       "--http-bind-address :8008"
       "--https-bind-address :8448"