summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-03-27 10:43:25 +0200
committerGitHub <noreply@github.com>2023-03-27 10:43:25 +0200
commit3351d1bdb280c9b3fc437bf2842ef78edd51d79c (patch)
tree54f84ab8f3bb65706c0929c1ed8f46a5f2b556f0
parent38bb412652056ebeb403309e51f00302522c59c2 (diff)
parent40c8cebade44d2874453ed992a7ec2d50123a34d (diff)
downloadnixpkgs-3351d1bdb280c9b3fc437bf2842ef78edd51d79c.tar
nixpkgs-3351d1bdb280c9b3fc437bf2842ef78edd51d79c.tar.gz
nixpkgs-3351d1bdb280c9b3fc437bf2842ef78edd51d79c.tar.bz2
nixpkgs-3351d1bdb280c9b3fc437bf2842ef78edd51d79c.tar.lz
nixpkgs-3351d1bdb280c9b3fc437bf2842ef78edd51d79c.tar.xz
nixpkgs-3351d1bdb280c9b3fc437bf2842ef78edd51d79c.tar.zst
nixpkgs-3351d1bdb280c9b3fc437bf2842ef78edd51d79c.zip
Merge pull request #223294 from SuperSandro2000/synapse.nix
nixos/synapse: fix path
-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.