mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
searxng: Add github.com as a high priority domain
This commit is contained in:
parent
795b001059
commit
bc6a392b2e
1 changed files with 2 additions and 1 deletions
|
|
@ -37,9 +37,10 @@ in
|
||||||
hostnames = {
|
hostnames = {
|
||||||
remove = [ "(.*\.)?nixos.wiki$" ];
|
remove = [ "(.*\.)?nixos.wiki$" ];
|
||||||
high_priority = [
|
high_priority = [
|
||||||
"(.*\.)?reddit.com$"
|
"(.*\.)?github.com$"
|
||||||
"(.*\.)?nixos.org$"
|
"(.*\.)?nixos.org$"
|
||||||
"(.*\.)archlinux.org$"
|
"(.*\.)archlinux.org$"
|
||||||
|
"(.*\.)?reddit.com$"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue