nixos-infra/services/searxng/default.nix
Rustam Efimov 7e0dd5acd2
Some checks failed
Nix CI / build (push) Failing after 1m0s
feat(services/searxng): add secret key
2026-04-12 18:41:27 +03:00

8 lines
95 B
Nix

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