move searxng to port 5364
This commit is contained in:
parent
d92a7428c7
commit
00778aadbb
2 changed files with 3 additions and 3 deletions
|
|
@ -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