move searxng to port 5364

This commit is contained in:
Sean Kovacs 2026-02-20 16:43:31 -05:00
commit 00778aadbb
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 3 additions and 3 deletions

View file

@ -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";
};