diff options
Diffstat (limited to 'hosts/bean')
-rw-r--r-- | hosts/bean/common.nix | 7 |
1 files changed, 1 insertions, 6 deletions
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; |