ports test

This commit is contained in:
4DBug
2026-03-03 17:05:04 -06:00
parent 4974969c6f
commit c10eca565f
17 changed files with 85 additions and 55 deletions

View File

@@ -1,6 +1,8 @@
{
den.aspects.searxng = {
nixos = {
nixos = { config, ... }: {
den.tunnels = [ "search" ];
systemd.services.searx-init.serviceConfig.EnvironmentFile = [
"/home/bug/.searxng.env"
];
@@ -15,7 +17,7 @@
settings = {
general.instance_name = "search.bug.tools";
server.port = 8888;
server.port = config.den.portmap.search;
server.bind_address = "0.0.0.0";
server.secret_key = "$SEARX_SECRET_KEY";
};