summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-01-15 14:45:07 +0100
committerstuebinm2024-01-15 14:45:07 +0100
commit3dc9003524d20827fa37ea69af07c68cb0f68b19 (patch)
treeaefadcf0cdba8859aa5beb467baf0ccfd377dbfb
parentcd61de24db03e34fac9fcbc11c8257af9099a376 (diff)
akkoma: disable link previews
they sometimes hang until akkoma gets reaped by the oom killer
Diffstat (limited to '')
-rw-r--r--flora/services/akkoma.nix5
1 files changed, 1 insertions, 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"])