nixos-infra/services/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

24 lines
326 B
Nix

{
imports = [
./bind
./code-server
./coturn
./forgejo
./mail
./minecraft-server
./mysql
./navidrome
./networking
./nextcloud
./nginx
./postgresql
./prosody
./redis
./roundcube
./searxng
./synapse
./uptime-kuma
./vaultwarden
./xray-3x-ui
];
}