matrix-synapse: build with redis by default

This commit is contained in:
Daniel Olsen 2021-10-01 23:41:06 +02:00
parent c7d8fae5c2
commit 9f883ad3b8

View file

@ -1,6 +1,6 @@
{ lib, stdenv, python3, openssl
, enableSystemd ? stdenv.isLinux, nixosTests
, enableRedis ? false
, enableRedis ? true
, callPackage
}: