diff options
Diffstat (limited to 'flora/services')
-rw-r--r-- | flora/services/akkoma.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index ad7bad9..7baf9b7 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -85,6 +85,10 @@ in enabled = false; redirect_on_failure = true; }; + # ":rich_media".enabled = false; + ":rich_media".ignore_hosts = [ + "infocenter.nordicsemi.com" + ]; ":mrf_simple" = { reject = [ (mkTuple ["mastodon.social" "spam"]) |