2 Commits

Author SHA1 Message Date
4467ed6dc7 hosts/library: update meilisearch master key
Some checks failed
Check flake / build-amd64-linux (push) Failing after 26s
2025-12-04 16:08:13 +00:00
4691083a3a nixvim: update code completion options 2025-12-04 15:57:05 +00:00
3 changed files with 6 additions and 6 deletions

8
flake.lock generated
View File

@@ -1156,11 +1156,11 @@
"secrets": {
"flake": false,
"locked": {
"lastModified": 1763213908,
"narHash": "sha256-VnsvhCOO2h1HRLG+wbmYlKrAQL5HnmvkE+aHcZ8YS/M=",
"lastModified": 1764864420,
"narHash": "sha256-14xW9M1JHKQ55DadtHCKDfvNoRtVnof8mz6hiUtqxtE=",
"ref": "refs/heads/master",
"rev": "2a17f8af388cd87d12d6340c3601d35ca330956f",
"revCount": 42,
"rev": "b445b0d0f9261ae5500fcdc799ee638d46159691",
"revCount": 43,
"type": "git",
"url": "ssh://git@git.vimium.com/jordan/nix-secrets.git"
},

View File

@@ -13,7 +13,7 @@
services.meilisearch = {
enable = true;
package = pkgs.meilisearch;
masterKeyEnvironmentFile = config.age.secrets."files/services/meilisearch/envfile".path;
masterKeyFile = config.age.secrets."files/services/meilisearch/envfile".path;
};
users.users.jellysearch = {

View File

@@ -77,7 +77,7 @@
settings = {
adapters = {
http.opts.show_defaults = false;
openwebui.__raw = ''
http.openwebui.__raw = ''
function()
return require("codecompanion.adapters").extend("openai_compatible", {
name = "openwebui",