Compare commits

...

2 commits

Author SHA1 Message Date
705554dd16 added TODO notes 2025-05-23 20:33:08 -05:00
f3431e3028 disabled telemetry 2025-05-23 20:30:39 -05:00

View file

@ -14,6 +14,9 @@ in {
];
};
# TODO: when ai-tooling is enabled configure ~/.continue/config.yaml to use remote hosted on defiant
# TODO: when ai-tooling is enabled configure ~/.continue/config.yaml to use use better models hosted on defiant
programs = {
bash.shellAliases = {
code = "codium";
@ -57,9 +60,7 @@ in {
};
})
(lib.mkIf osConfig.services.ollama.enable {
"twinny.fileContextEnabled" = true;
"twinny.enableLogging" = false;
"twinny.completionCacheEnabled" = true;
"continue.telemetryEnabled" = false;
# builtins.elemAt osConfig.services.ollama.loadModels 0;
})