Ollama: Bring back pull delay.

This commit is contained in:
Dmitry Voronin 2024-10-23 19:25:43 +03:00
parent 3b466250f4
commit d056351de9
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -56,6 +56,7 @@ in
];
serviceConfig.Type = "simple";
script = ''
sleep 5
${getExe pkgs.ollama} pull ${concatStringsSep " " cfg.models}
'';
};