mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixos/matrix-synapse: fix path to extras for additive settings
This commit is contained in:
parent
190886c5cc
commit
701d0e1da6
@ -770,7 +770,7 @@ in {
|
||||
services.matrix-synapse.package = wrapped;
|
||||
|
||||
# default them, so they are additive
|
||||
services.matrix-synapse.settings.extras = defaultExtras;
|
||||
services.matrix-synapse.extras = defaultExtras;
|
||||
|
||||
users.users.matrix-synapse = {
|
||||
group = "matrix-synapse";
|
||||
|
Loading…
Reference in New Issue
Block a user