1

Compare commits

...

2 Commits

2 changed files with 9 additions and 4 deletions

View File

@ -103,5 +103,8 @@ in {
inherit (cfg) allowedTCPPorts allowedUDPPorts;
};
};
# We don't need this, the nfs mounts should retry until online
systemd.services.NetworkManager-wait-online.enable = false;
};
}

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 = {