diff options
author | stuebinm | 2023-06-17 20:28:17 +0200 |
---|---|---|
committer | stuebinm | 2023-06-17 20:28:17 +0200 |
commit | 5d60a87297e9b6b79fc06e80910083fd36b9c151 (patch) | |
tree | f64ec53eb6b264fbf986377f96cc2af31ae5f55f /flora | |
parent | 0254c43739ab440dfc47899cf8dabe5767d003f0 (diff) |
akkoma: reject list go noms
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/akkoma.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index 3d031ee..79ac343 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -84,6 +84,7 @@ in (mkTuple ["mastodon.social" "spam"]) (mkTuple ["mstdn.social" "scraping for language model"]) (mkTuple ["uden.ai" "lol"]) + (mkTuple ["poa.st" "not a nice place"]) ]; }; ":mrf".policies = map mkAtom [ |