Fixed searx port

This commit is contained in:
rotterdam 2023-06-27 12:41:09 -03:00
parent f899473315
commit 67ea27e1ce

View file

@ -6,7 +6,7 @@
enable = true;
package = pkgs.searxng;
settings.server = {
port = lib.toInt "${config.ports.shiori}";
port = lib.toInt "${config.ports.searx}";
bind_address = "0.0.0.0";
secret_key = "&yEf!xLA@y3FdJ5BjKnUnNAkqer$iW!9";
};