feat: disable another ollama service from autostarting.
This commit is contained in:
parent
809dc54893
commit
760eac66a2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.ollama.wantedBy = lib.mkForce [];
|
systemd.services.ollama.wantedBy = lib.mkForce [];
|
||||||
|
systemd.services.ollama-model-loader.wantedBy = lib.mkForce [];
|
||||||
systemd.services.open-webui.wantedBy = lib.mkForce [];
|
systemd.services.open-webui.wantedBy = lib.mkForce [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue