diff options
author | stuebinm | 2024-01-15 14:45:07 +0100 |
---|---|---|
committer | stuebinm | 2024-01-15 14:45:07 +0100 |
commit | 3dc9003524d20827fa37ea69af07c68cb0f68b19 (patch) | |
tree | aefadcf0cdba8859aa5beb467baf0ccfd377dbfb /flora/services | |
parent | cd61de24db03e34fac9fcbc11c8257af9099a376 (diff) |
akkoma: disable link previews
they sometimes hang until akkoma gets reaped by the oom killer
Diffstat (limited to 'flora/services')
-rw-r--r-- | flora/services/akkoma.nix | 5 |
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"]) |