summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/services/ollama.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/services/ollama.nix b/modules/system/services/ollama.nix
index 2638d12..d737250 100644
--- a/modules/system/services/ollama.nix
+++ b/modules/system/services/ollama.nix
@@ -1,6 +1,6 @@
{
services.ollama = {
- enable = false;
+ enable = true;
acceleration = "cuda";
};
}