From 3dc9003524d20827fa37ea69af07c68cb0f68b19 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 15 Jan 2024 14:45:07 +0100 Subject: akkoma: disable link previews they sometimes hang until akkoma gets reaped by the oom killer --- flora/services/akkoma.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index 51b9950..5a2c8f3 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -85,10 +85,7 @@ in enabled = false; redirect_on_failure = true; }; - # ":rich_media".enabled = false; - ":rich_media".ignore_hosts = [ - "infocenter.nordicsemi.com" - ]; + ":rich_media".enabled = false; ":mrf_simple" = { reject = [ (mkTuple ["mastodon.social" "spam"]) -- cgit v1.2.3