From 2519b468739b623109634027dfb450b74d74340f Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Fri, 25 Oct 2024 10:12:06 +0200 Subject: [PATCH] fix(Zephyrus): Do not autostart ollama service --- hosts/Zephyrus/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/Zephyrus/default.nix b/hosts/Zephyrus/default.nix index 77f47e2..5e16b11 100644 --- a/hosts/Zephyrus/default.nix +++ b/hosts/Zephyrus/default.nix @@ -26,6 +26,9 @@ enable = true; acceleration = "cuda"; }; + systemd.services.ollama = { + wantedBy = pkgs.lib.mkForce []; + }; # Programs environment.systemPackages = with pkgs; [