mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-12 18:01:59 +01:00
baace089a5
Signed-off-by: magic_rb <magic_rb@redalder.org>
9 lines
141 B
Nix
9 lines
141 B
Nix
pkgs: (pkgs.matrix-synapse.override {
|
|
extras = [
|
|
"redis"
|
|
"cache-memory"
|
|
"postgres"
|
|
"url-preview"
|
|
"user-search"
|
|
];
|
|
})
|