From c58816d17a2c26bcfe223fedb7fefc797c04e74a Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 23 Oct 2024 17:38:06 +0200 Subject: [PATCH] browsers/firefox: switch to my own searx --- home/programs/browsers/firefox.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/programs/browsers/firefox.nix b/home/programs/browsers/firefox.nix index 3798ebc..0e148ef 100644 --- a/home/programs/browsers/firefox.nix +++ b/home/programs/browsers/firefox.nix @@ -81,7 +81,7 @@ in { urls = [ { rels = ["results"]; - template = "https://searx.tiekoetter.com/search"; + template = "https://search.nezia.dev/search"; params = [ { name = "q"; @@ -91,7 +91,7 @@ in { } { rels = ["suggestions"]; - template = "https://searx.tiekoetter.com/autocompleter"; + template = "https://search.nezia.dev/autocompleter"; params = [ { name = "q"; @@ -101,7 +101,7 @@ in { "type" = "application/x-suggestions+json"; } ]; - iconUpdateURL = "https://searx.tiekoetter.com/favicon.ico"; + iconUpdateURL = "https://search.nezia.dev/favicon.ico"; updateInterval = 24 * 60 * 60 * 1000; definedAliases = ["@s"]; };