summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/bean/common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix
index d0a84a3..4e4e8e8 100644
--- a/hosts/bean/common.nix
+++ b/hosts/bean/common.nix
@@ -79,6 +79,12 @@ in
"xdg/gtk-3.0/settings.ini".source = ./gtkrc-3.ini;
};
+ services.ollama = {
+ environmentVariables = {
+ OLLAMA_CONTEXT_LENGTH = 8192;
+ };
+ };
+
services.joycond.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];