From 293092473f34e7fd38d5ea0763ec36546a257b17 Mon Sep 17 00:00:00 2001 From: pazpi Date: Mon, 6 Jan 2025 18:31:57 +0100 Subject: [PATCH] open firewall port --- modules/services/searx.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/searx.nix b/modules/services/searx.nix index 4e02f0b..b4234c8 100644 --- a/modules/services/searx.nix +++ b/modules/services/searx.nix @@ -63,6 +63,8 @@ in }; }; + networking.firewall.allowedTCPPorts = [ 8080 ]; + }) (lib.mkIf cfg.proxy.enable {