fix(services/mail): rollback to old version
Some checks failed
Nix CI / build (push) Has been cancelled
Some checks failed
Nix CI / build (push) Has been cancelled
This commit is contained in:
parent
eb255953d3
commit
68b1aaf79c
4 changed files with 24 additions and 18 deletions
|
|
@ -35,7 +35,7 @@
|
|||
"SearXNG" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://search.ruject.fun";
|
||||
template = "https://search.ruject.fun";
|
||||
params = [
|
||||
{
|
||||
name = "q";
|
||||
|
|
@ -45,7 +45,10 @@
|
|||
}
|
||||
];
|
||||
icon = "${pkgs.searxng}/share/static/themes/simple/img/favicon.svg";
|
||||
definedAliases = [ "@searx" "@searxng" ];
|
||||
definedAliases = [
|
||||
"@searx"
|
||||
"@searxng"
|
||||
];
|
||||
};
|
||||
"Nix Packages" = {
|
||||
urls = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue