hosts/library: use meilisearch 1.14
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s

This commit is contained in:
2025-06-22 14:38:36 +01:00
parent e0c0ae3ee7
commit 3fb607752b

View File

@ -1,6 +1,7 @@
{
inputs,
config,
pkgs,
...
}:
@ -11,6 +12,7 @@
services.meilisearch = {
enable = true;
package = pkgs.meilisearch;
masterKeyEnvironmentFile = config.age.secrets."files/services/meilisearch/envfile".path;
};