fix(Zephyrus): Do not autostart ollama service

This commit is contained in:
GaspardCulis 2024-10-25 10:12:06 +02:00
parent ebab7db78a
commit 2519b46873

View file

@ -26,6 +26,9 @@
enable = true;
acceleration = "cuda";
};
systemd.services.ollama = {
wantedBy = pkgs.lib.mkForce [];
};
# Programs
environment.systemPackages = with pkgs; [