aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mercury/hjem.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/mercury/hjem.nix b/hosts/mercury/hjem.nix
index d76f76f..1839625 100644
--- a/hosts/mercury/hjem.nix
+++ b/hosts/mercury/hjem.nix
@@ -43,4 +43,16 @@
socks5-addr = "localhost:1666"
'';
+
+ files.".claude/settings.json".text = builtins.toJSON {
+ env = {
+ ANTHROPIC_BASE_URL = "http://localhost:4141";
+ ANTHROPIC_AUTH_TOKEN = "sk-dummy";
+ ANTHROPIC_MODEL = "claude-sonnet-4.5";
+ ANTHROPIC_DEFAULT_HAIKU_MODEL = "gpt-5-mini";
+ DISABLE_NON_ESSENTIAL_MODEL_CALLS = "1";
+ CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC = "1";
+ CLAUDE_CODE_ATTRIBUTION_HEADER = "0";
+ };
+ };
}