Changed grub timeout to 5 sec and disabled ollama service

This commit is contained in:
2026-04-08 09:23:09 +02:00
parent b341ca2c87
commit dc4ff6d8d2

View File

@ -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 = [ ... ];
}; };