summary refs log tree commit diff
path: root/nixos/modules/services/matrix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-03-26 22:24:12 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-03-27 00:49:38 +0200
commit40c8cebade44d2874453ed992a7ec2d50123a34d (patch)
tree05591c1531f8e94f94e37032b7475b889529c6aa /nixos/modules/services/matrix
parent0fc009e24c99846b7265d41904456a4c09abd0e1 (diff)
downloadnixpkgs-40c8cebade44d2874453ed992a7ec2d50123a34d.tar
nixpkgs-40c8cebade44d2874453ed992a7ec2d50123a34d.tar.gz
nixpkgs-40c8cebade44d2874453ed992a7ec2d50123a34d.tar.bz2
nixpkgs-40c8cebade44d2874453ed992a7ec2d50123a34d.tar.lz
nixpkgs-40c8cebade44d2874453ed992a7ec2d50123a34d.tar.xz
nixpkgs-40c8cebade44d2874453ed992a7ec2d50123a34d.tar.zst
nixpkgs-40c8cebade44d2874453ed992a7ec2d50123a34d.zip
nixos/synapse: Fix incorrect module path after it was moved
Fixes: 22f3d4e4dbc415c880dabca13fcc11d45e8d53ab ("nixos: move matrix services into their category")
Diffstat (limited to 'nixos/modules/services/matrix')
-rw-r--r--nixos/modules/services/matrix/synapse.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/matrix/synapse.nix b/nixos/modules/services/matrix/synapse.nix
index aee275dab1e..b6b51b21c79 100644
--- a/nixos/modules/services/matrix/synapse.nix
+++ b/nixos/modules/services/matrix/synapse.nix
@@ -60,7 +60,7 @@ in {
     '')
     (mkRemovedOptionModule [ "services" "matrix-synapse" "create_local_database" ] ''
       Database configuration must be done manually. An exemplary setup is demonstrated in
-      <nixpkgs/nixos/tests/matrix-synapse.nix>
+      <nixpkgs/nixos/tests/matrix/synapse.nix>
     '')
     (mkRemovedOptionModule [ "services" "matrix-synapse" "web_client" ] "")
     (mkRemovedOptionModule [ "services" "matrix-synapse" "room_invite_state_types" ] ''
@@ -711,7 +711,7 @@ in {
 
             If you
             - try to deploy a fresh synapse, you need to configure the database yourself. An example
-              for this can be found in <nixpkgs/nixos/tests/matrix-synapse.nix>
+              for this can be found in <nixpkgs/nixos/tests/matrix/synapse.nix>
             - update your existing matrix-synapse instance, you simply need to add `services.postgresql.enable = true`
               to your configuration.