diff --git a/module/Ollama.nix b/module/Ollama.nix index b6cc980..207053c 100644 --- a/module/Ollama.nix +++ b/module/Ollama.nix @@ -56,6 +56,7 @@ in ]; serviceConfig.Type = "simple"; script = '' + sleep 5 ${getExe pkgs.ollama} pull ${concatStringsSep " " cfg.models} ''; };