Compare commits
2 Commits
5c4ebd549e
...
d0950cdd4b
| Author | SHA1 | Date | |
|---|---|---|---|
|
d0950cdd4b
|
|||
|
ffb7248b9b
|
@ -103,5 +103,8 @@ in {
|
|||||||
inherit (cfg) allowedTCPPorts allowedUDPPorts;
|
inherit (cfg) allowedTCPPorts allowedUDPPorts;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# We don't need this, the nfs mounts should retry until online
|
||||||
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -140,10 +140,12 @@
|
|||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
home = "/var/lib/ollama";
|
home = "/var/lib/ollama";
|
||||||
|
|
||||||
loadModels = [
|
# TODO: This slows down booting although models are present?
|
||||||
"deepseek-r1:8b" # Default
|
# Maybe because it's waiting for /persist/var/lib/private/ollama?
|
||||||
"deepseek-r1:14b"
|
# loadModels = [
|
||||||
];
|
# "deepseek-r1:8b" # Default
|
||||||
|
# "deepseek-r1:14b"
|
||||||
|
# ];
|
||||||
|
|
||||||
# https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-configure-ollama-server
|
# https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-configure-ollama-server
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
|
|||||||
Reference in New Issue
Block a user