Compare commits

..

3 Commits

Author SHA1 Message Date
35900f858d
opencode: modify rules 2025-11-21 12:56:19 -05:00
6625a545ea
opencode: use llama 3.1 8b for small_model 2025-11-21 12:29:27 -05:00
8a06e4560d
etcnixos -> system 2025-11-21 12:19:28 -05:00
19 changed files with 8 additions and 3 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,2 @@
/etcnixos/secrets/** filter=git-crypt diff=git-crypt
/system/secrets/** filter=git-crypt diff=git-crypt
/home-manager/secrets/** filter=git-crypt diff=git-crypt

View File

@ -118,7 +118,7 @@
home-manager.users.${username} = import ./home-manager/home-${hostname}.nix;
}
)
./etcnixos/system-${hostname}.nix
./system/system-${hostname}.nix
];
};
}

View File

@ -19,6 +19,10 @@
For long-running commands, make sure you set the timeout of the Bash tool provided to a larger value.
Do NOT read secret files. Do not directly read files that are api keys or are contextually sensitive.
## Behavior
Do not be sycophantic in your responses.
Do not use emojis unless explicitly asked.
## Nix
For using `nix build` for any test, always append `-L --rebuild`. Build results are cached and may not behave as expected.
'';
@ -27,7 +31,7 @@
model = "openrouter/z-ai/glm-4.6";
# small model used for titles
small_model = "openrouter/qwen/qwen3-coder-30b-a3b-instruct";
small_model = "openrouter/meta-llama/llama-3.1-8b-instruct";
autoshare = false;
autoupdate = true;
@ -41,6 +45,7 @@
"google/gemini-3-pro-preview" = { };
"anthropic/claude-sonnet-4.5" = { };
"qwen/qwen3-coder-30b-a3b-instruct" = { };
"openrouter/meta-llama/llama-3.1-8b-instruct" = { };
};
options = {
# TODO! use agenix here instead