From 2d50efec563f258e243737f9be970908a2c14e9a Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Wed, 1 Oct 2025 10:43:53 -0500 Subject: modules/ollama: Create by factoring common code from bean/*, tomato --- hosts/bean/common.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'hosts/bean/common.nix') diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix index ef7ec36..5785ac9 100644 --- a/hosts/bean/common.nix +++ b/hosts/bean/common.nix @@ -79,12 +79,7 @@ in "xdg/gtk-3.0/settings.ini".source = ./gtkrc-3.ini; }; - services.ollama = { - enable = true; - environmentVariables = { - OLLAMA_CONTEXT_LENGTH = "8192"; - }; - }; + this.ollama.enable = true; services.joycond.enable = true; -- cgit v1.2.3