From aba62970dbfa8f63f2cae730f6e0be2f62e14d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 25 Aug 2022 19:39:52 +0100 Subject: [PATCH] cache access tokens --- config/services/matrix-media-repo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services/matrix-media-repo.nix b/config/services/matrix-media-repo.nix index 5f1e19b6..0900dd3c 100644 --- a/config/services/matrix-media-repo.nix +++ b/config/services/matrix-media-repo.nix @@ -97,6 +97,7 @@ "video/quicktime" ]; }; + accessTokens.maxCacheTimeSeconds = 43200; }); in { networking.firewall.interfaces."wg0".allowedTCPPorts = [9000];