1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

Remove ProcessType

This commit is contained in:
Velnbur 2024-06-17 19:54:07 +03:00
parent b0934dcc90
commit be6f14ea10
No known key found for this signature in database

View file

@ -85,7 +85,6 @@ in {
serviceConfig = {
KeepAlive = true;
RunAtLoad = true;
ProcessType = "Background";
ProgramArguments = [ "${cfg.package}/bin/ollama" "serve" ];
EnvironmentVariables = cfg.environmentVariables // {