From 0ab94eaa077f0adc705c5c8155976cb18a4add7f Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 19 Jul 2024 13:28:31 +0200 Subject: [PATCH] changed missing property name --- features/synapse-matrix.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/synapse-matrix.nix b/features/synapse-matrix.nix index 5f798f2..c742d1a 100644 --- a/features/synapse-matrix.nix +++ b/features/synapse-matrix.nix @@ -9,9 +9,7 @@ serverName = "talk.hypervirtual.world"; }; - redis = { - enabled = true; - }; + configureRedisLocally = true; extras = [ "systemd"