added more notes about continue configuration
This commit is contained in:
parent
77ab4781ac
commit
3f88b989d1
4 changed files with 5 additions and 1 deletions
3
modules/home-manager-modules/continue.nix
Normal file
3
modules/home-manager-modules/continue.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{...}: {
|
||||
# TODO: enable option for continue.yaml for home based on options defined in osConfig.ai.models
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
./impermanence.nix
|
||||
./disko.nix
|
||||
./ollama.nix
|
||||
./continue.nix
|
||||
./ai.nix
|
||||
./tailscale.nix
|
||||
./server
|
||||
];
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
config = lib.mkMerge [
|
||||
{
|
||||
services.ollama = {
|
||||
# TODO: these should match whats set in the users file
|
||||
group = "ollama";
|
||||
user = "ollama";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue