Compare commits
3 Commits
946d72b66b
...
35900f858d
| Author | SHA1 | Date | |
|---|---|---|---|
| 35900f858d | |||
| 6625a545ea | |||
| 8a06e4560d |
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
/home-manager/secrets/** filter=git-crypt diff=git-crypt
|
||||||
|
|||||||
@ -118,7 +118,7 @@
|
|||||||
home-manager.users.${username} = import ./home-manager/home-${hostname}.nix;
|
home-manager.users.${username} = import ./home-manager/home-${hostname}.nix;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
./etcnixos/system-${hostname}.nix
|
./system/system-${hostname}.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,6 +19,10 @@
|
|||||||
For long-running commands, make sure you set the timeout of the Bash tool provided to a larger value.
|
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.
|
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
|
## Nix
|
||||||
For using `nix build` for any test, always append `-L --rebuild`. Build results are cached and may not behave as expected.
|
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";
|
model = "openrouter/z-ai/glm-4.6";
|
||||||
# small model used for titles
|
# 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;
|
autoshare = false;
|
||||||
autoupdate = true;
|
autoupdate = true;
|
||||||
@ -41,6 +45,7 @@
|
|||||||
"google/gemini-3-pro-preview" = { };
|
"google/gemini-3-pro-preview" = { };
|
||||||
"anthropic/claude-sonnet-4.5" = { };
|
"anthropic/claude-sonnet-4.5" = { };
|
||||||
"qwen/qwen3-coder-30b-a3b-instruct" = { };
|
"qwen/qwen3-coder-30b-a3b-instruct" = { };
|
||||||
|
"openrouter/meta-llama/llama-3.1-8b-instruct" = { };
|
||||||
};
|
};
|
||||||
options = {
|
options = {
|
||||||
# TODO! use agenix here instead
|
# TODO! use agenix here instead
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user