summaryrefslogtreecommitdiff
path: root/modules/software/services/ollama.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software/services/ollama.nix')
-rw-r--r--modules/software/services/ollama.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/software/services/ollama.nix b/modules/software/services/ollama.nix
deleted file mode 100644
index d737250..0000000
--- a/modules/software/services/ollama.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- services.ollama = {
- enable = true;
- acceleration = "cuda";
- };
-}