move searxng to port 5364
This commit is contained in:
parent
da83eb992a
commit
169fc21d1b
2 changed files with 3 additions and 3 deletions
|
|
@ -207,7 +207,7 @@
|
|||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||
"browser.newtabpage.activity-stream.showWeather" = false;
|
||||
"browser.download.autoHideButton" = false;
|
||||
"browser.startup.homepage" = "http://localhost:8080/";
|
||||
"browser.startup.homepage" = "http://localhost:5364/";
|
||||
|
||||
# Disable Firefox's machine learning (AI) features
|
||||
"browser.ml.enable" = false;
|
||||
|
|
@ -369,7 +369,7 @@
|
|||
|
||||
searxng = {
|
||||
name = "SearXNG";
|
||||
urls = [ { template = "http://localhost:8080/search?q={searchTerms}"; } ];
|
||||
urls = [ { template = "http://localhost:5364/search?q={searchTerms}"; } ];
|
||||
icon = searchIcon;
|
||||
definedAliases = [ "@go" ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
pkgs.runCommand "gen-key" { buildInputs = [ pkgs.openssl ]; } "openssl rand -hex 32 > $out"
|
||||
)
|
||||
);
|
||||
port = 8080;
|
||||
port = 5364;
|
||||
bind_address = "127.0.0.1";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue