Merge pull request #223294 from SuperSandro2000/synapse.nix

nixos/synapse: fix path

authored by Maximilian Bosch and committed by GitHub 3351d1bd 38bb4126

+2 -2
+2 -2
nixos/modules/services/matrix/synapse.nix
··· 60 60 '') 61 61 (mkRemovedOptionModule [ "services" "matrix-synapse" "create_local_database" ] '' 62 62 Database configuration must be done manually. An exemplary setup is demonstrated in 63 - <nixpkgs/nixos/tests/matrix-synapse.nix> 63 + <nixpkgs/nixos/tests/matrix/synapse.nix> 64 64 '') 65 65 (mkRemovedOptionModule [ "services" "matrix-synapse" "web_client" ] "") 66 66 (mkRemovedOptionModule [ "services" "matrix-synapse" "room_invite_state_types" ] '' ··· 711 711 712 712 If you 713 713 - try to deploy a fresh synapse, you need to configure the database yourself. An example 714 - for this can be found in <nixpkgs/nixos/tests/matrix-synapse.nix> 714 + for this can be found in <nixpkgs/nixos/tests/matrix/synapse.nix> 715 715 - update your existing matrix-synapse instance, you simply need to add `services.postgresql.enable = true` 716 716 to your configuration. 717 717