hive use unstable claude

This commit is contained in:
müde 2026-07-27 18:42:34 +02:00
commit 474d10bdc4
2 changed files with 13 additions and 9 deletions

View file

@ -1,5 +1,6 @@
{
hyperhive,
pkgs,
lib,
config,
...
@ -40,7 +41,10 @@ in
endpoint = "https://exponentials.vibec0re.mov/otel";
headersCredential = "/etc/hyperhive/otel-cred";
};
c0re.adminUsers = ["muede"];
c0re.agentMemoryMax = "6G";
c0re = {
adminUsers = ["muede"];
agentMemoryMax = "6G";
claudeCodePackage = pkgs.unstable.claude-code;
};
};
}