1

System/Nixinator: Disable automatic ollama model loading

This commit is contained in:
2025-07-18 19:23:55 +02:00
parent 502d4dc04d
commit 74e2bf0955

View File

@ -140,10 +140,12 @@
acceleration = "cuda";
home = "/var/lib/ollama";
loadModels = [
"deepseek-r1:8b" # Default
"deepseek-r1:14b"
];
# TODO: This slows down booting although models are present?
# Maybe because it's waiting for /persist/var/lib/private/ollama?
# loadModels = [
# "deepseek-r1:8b" # Default
# "deepseek-r1:14b"
# ];
# https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-configure-ollama-server
environmentVariables = {