matrix-synapse: build with redis by default

This commit is contained in:
Daniel Olsen
2021-10-02 13:45:31 +02:00
parent c7d8fae5c2
commit 9f883ad3b8
+1 -1
View File
@@ -1,6 +1,6 @@
{ lib, stdenv, python3, openssl
, enableSystemd ? stdenv.isLinux, nixosTests
, enableRedis ? false
, enableRedis ? true
, callPackage
}: