From 6bb16ff6ed5f366be070ab206319bfabbb85e9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 4 Mar 2026 08:40:46 +0100 Subject: [PATCH] Revert "cuda: build ollama" This reverts commit fb86f8c7f7c795dd31330c6a8cb4a1c1f27d33f5. --- systems/fatteh/cuda.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/systems/fatteh/cuda.nix b/systems/fatteh/cuda.nix index 824b17b..45a1221 100644 --- a/systems/fatteh/cuda.nix +++ b/systems/fatteh/cuda.nix @@ -1,4 +1,3 @@ -{ pkgs, ... }: { nixpkgs.config = { allowUnfree = true; @@ -22,14 +21,7 @@ }; }; - services.ollama = { - enable = true; - acceleration = "cuda"; # Force it to use the MX150 - package = pkgs.ollama-cuda; - }; - nix.settings.system-features = [ "cuda" ]; - nixpkgs.config.cudaCapabilities = [ "6.1" ]; programs.nix-required-mounts = { enable = true;