Ollama: Bring back pull delay.
This commit is contained in:
parent
3b466250f4
commit
d056351de9
|
@ -56,6 +56,7 @@ in
|
|||
];
|
||||
serviceConfig.Type = "simple";
|
||||
script = ''
|
||||
sleep 5
|
||||
${getExe pkgs.ollama} pull ${concatStringsSep " " cfg.models}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue