fix(Zephyrus): Do not autostart ollama service
This commit is contained in:
parent
ebab7db78a
commit
2519b46873
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
systemd.services.ollama = {
|
||||
wantedBy = pkgs.lib.mkForce [];
|
||||
};
|
||||
|
||||
# Programs
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue