Ajout SearX
This commit is contained in:
parent
ecec444c68
commit
72a1d7eba4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue