Update to nixos 26.05

This commit is contained in:
Martin Pander
2026-06-19 13:14:58 +02:00
parent 1e0bc5d2b8
commit 3c42fdedf8
6 changed files with 33 additions and 28 deletions

View File

@@ -41,6 +41,7 @@ in
apiKey = config.sops.placeholder.langdock_api_key;
};
models = {
"gpt-5.5" = { name = "GPT-5.5"; };
"gpt-5.4" = { name = "GPT-5.4"; };
"gpt-5.4-mini" = { name = "GPT-5.4 mini"; };
};
@@ -51,6 +52,7 @@ in
apiKey = config.sops.placeholder.langdock_api_key;
};
models = {
"claude-opus-4-8-default" = { name = "Opus 4.8"; };
"claude-opus-4-7-default" = { name = "Opus 4.7"; };
"claude-opus-4-6-default" = { name = "Opus 4.6"; };
"claude-sonnet-4-6-default" = { name = "Sonnet 4.6"; };