fix(searxng): resolve 502 error and apply Catppuccin theme

- Fix Redis connection by using container-to-container networking.
- Apply Catppuccin (Mocha/Latte) theme via custom CSS.
- Enable SearXNG module in host configuration.
- Configure Caddy reverse proxy and DDclient for search.ashisgreat.xyz.
This commit is contained in:
ashisgreat22 2026-01-19 20:43:22 +01:00
parent 2be8de47fa
commit 6ada19e490
55 changed files with 2502 additions and 269 deletions

View file

@ -1,4 +1,9 @@
{ config, pkgs, ... }:
{
config,
pkgs,
inputs,
...
}:
let
# Wrap Antigravity in an FHS environment to support dynamically linked binaries
@ -195,6 +200,9 @@ in
DEFAULT_PORT = "9090";
};
};
# "nixos" = {
# command = "${inputs.mcp-nixos.packages.${pkgs.system}.default}/bin/mcp-nixos";
# };
};
};
};
@ -224,6 +232,9 @@ in
DEFAULT_PORT = "9090";
};
};
# nixos = {
# command = "${inputs.mcp-nixos.packages.${pkgs.system}.default}/bin/mcp-nixos";
# };
};
};
};