- Add new Websurfx module (Rust-based meta search engine) - Uses Redis for caching via Podman containers - Configurable themes and color schemes (defaults to catppuccin-mocha) - Disable SearXNG, enable Websurfx on search.ashisgreat.xyz
17 lines
267 B
Nix
17 lines
267 B
Nix
# Module exports
|
|
{
|
|
imports = [
|
|
./system.nix
|
|
./podman.nix
|
|
./nginx.nix
|
|
./searxng.nix
|
|
./websurfx.nix
|
|
./openclaw-podman.nix
|
|
./vaultwarden.nix
|
|
./crowdsec.nix
|
|
./backup.nix
|
|
./adguard.nix
|
|
./forgejo.nix
|
|
./headscale.nix
|
|
];
|
|
}
|