hive use unstable claude
This commit is contained in:
parent
d298d3c23a
commit
474d10bdc4
2 changed files with 13 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue