nix-infra/config/hosts/mastodon/opensearch.nix

6 lines
63 B
Nix
Raw Normal View History

2024-11-20 05:46:40 +01:00
{ ... }: {
services.opensearch = {
enable = true;
};
}