From 72a1d7eba458dfe5f9dc1dcc6ba1e68a2f8337b3 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 18 Apr 2018 21:35:57 +0200 Subject: [PATCH] Ajout SearX --- services.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services.nix b/services.nix index d58ea2be0..2218d9932 100644 --- a/services.nix +++ b/services.nix @@ -22,6 +22,7 @@ in transmission = { ip = "127.0.0.1"; port = 9091; auth = true; }; syncthing = { ip = "127.0.0.1"; port = 8384; auth = true; }; jackett = { ip = "127.0.0.1"; port = 9117; auth = true; }; + searx = { ip = "127.0.0.1"; port = 8888; auth = false; }; }; services.mailserver.enable = true; @@ -89,6 +90,8 @@ in services.sonarr.enable = true; services.jackett.enable = true; + services.searx.enable = true; + networking.firewall.allowedTCPPorts = [ # 111 2049 4000 4001 4002 # NFS 3483 9000 9090 # Slimserver