summaryrefslogtreecommitdiff
path: root/hosts/bean/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/bean/common.nix')
-rw-r--r--hosts/bean/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix
index 4e4e8e8..88c1806 100644
--- a/hosts/bean/common.nix
+++ b/hosts/bean/common.nix
@@ -80,6 +80,7 @@ in
};
services.ollama = {
+ enable = true;
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = 8192;
};