searxng: Add github.com as a high priority domain

This commit is contained in:
SebastianStork 2026-03-12 23:15:20 +01:00
parent 795b001059
commit bc6a392b2e
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -37,9 +37,10 @@ in
hostnames = {
remove = [ "(.*\.)?nixos.wiki$" ];
high_priority = [
"(.*\.)?reddit.com$"
"(.*\.)?github.com$"
"(.*\.)?nixos.org$"
"(.*\.)archlinux.org$"
"(.*\.)?reddit.com$"
];
};
};