From 5fa27621ddc890ee06a4e73ee344d183c58ac2e8 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Mon, 6 Jan 2025 18:25:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Added=20Ollama?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/development.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/development.nix b/modules/development.nix index 46b0784..9ad9761 100644 --- a/modules/development.nix +++ b/modules/development.nix @@ -31,4 +31,9 @@ setSocketVariable = true; }; }; + + services.ollama = { + enable = true; + acceleration = "cuda"; + }; }