index with key not value
This commit is contained in:
parent
a0d89aa065
commit
b9ad2b8419
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
};
|
||||
":activitypub".authorized_fetch_mode = true;
|
||||
":mrf_simple" = let
|
||||
processMap = m: map (k: mkTuple [k m.${v}]) (builtins.attrNames m);
|
||||
processMap = m: map (k: mkTuple [k m.${k}]) (builtins.attrNames m);
|
||||
in {
|
||||
reject = processMap {
|
||||
"qoto.org" = "Freeze Peach";
|
||||
|
|
Loading…
Reference in a new issue