Changed grub timeout to 5 sec and disabled ollama service
This commit is contained in:
@ -62,7 +62,7 @@
|
|||||||
footer = true;
|
footer = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
timeout = 10;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -124,7 +124,7 @@
|
|||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
services = {
|
services = {
|
||||||
ollama = {
|
ollama = {
|
||||||
enable = true;
|
enable = false;
|
||||||
# Optional: load models on startup
|
# Optional: load models on startup
|
||||||
#loadModels = [ ... ];
|
#loadModels = [ ... ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user