Ajout SearX
This commit is contained in:
parent
ecec444c68
commit
72a1d7eba4
@ -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…
Reference in New Issue
Block a user