From 67ea27e1ce8eecf7608172bc8cb9f32aaa49edb2 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Tue, 27 Jun 2023 12:41:09 -0300 Subject: [PATCH] Fixed searx port --- hosts/servers/alexandria/searx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/servers/alexandria/searx.nix b/hosts/servers/alexandria/searx.nix index ccdeca4..d858570 100644 --- a/hosts/servers/alexandria/searx.nix +++ b/hosts/servers/alexandria/searx.nix @@ -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"; };