From 09059273c2e1eec9de12cb7429b595224023ef61 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 21 May 2021 10:00:46 +0200 Subject: [PATCH] matrix: enable spaces beta --- services/matrix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/matrix.nix b/services/matrix.nix index 56ef563..8ac9f34 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -65,6 +65,10 @@ in { resources = [ { names = [ "client" ]; compress = false; } ]; } ]; + + extraConfig = '' + experimental_features: { spaces_enabled: true } + ''; }; services.nginx = {