infra/hosts/nachtigall/apps/opensearch.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
51 B
Nix
Raw Normal View History

2023-10-28 16:18:06 +00:00
{ ... }:
{
services.opensearch.enable = true;
}