nixos-infra/services/searxng/default.nix
Rustam Efimov 1c8bc1d422
Some checks failed
Nix CI / build (push) Failing after 1m36s
feat(hosts/velarion): enable SearXNG
2026-04-12 18:06:42 +03:00

7 lines
77 B
Nix

{
imports = [
./network.nix
./options.nix
./service.nix
];
}