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
|
./impermanence.nix
|
||||||
./disko.nix
|
./disko.nix
|
||||||
./ollama.nix
|
./ollama.nix
|
||||||
./continue.nix
|
./ai.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./server
|
./server
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
{
|
{
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
|
# TODO: these should match whats set in the users file
|
||||||
group = "ollama";
|
group = "ollama";
|
||||||
user = "ollama";
|
user = "ollama";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue