summaryrefslogtreecommitdiff
path: root/hosts/tomato
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tomato')
-rw-r--r--hosts/tomato/packages.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix
index 9ba3c71..4de53aa 100644
--- a/hosts/tomato/packages.nix
+++ b/hosts/tomato/packages.nix
@@ -3,6 +3,8 @@
let
blender-bin = inputs.blender-bin.
packages.x86_64-linux;
+ nixpkgs-unstable = inputs.nixpkgs-unstable.
+ packages.x86_64-linux;
in
{
this.sets = {
@@ -69,6 +71,14 @@ in
virtualisation.waydroid.enable = true;
programs.adb.enable = true;
+ services.ollama = {
+ enable = true;
+ package = nixpkgs-unstable.ollama;
+ environmentVariables = {
+ OLLAMA_CONTEXT_LENGTH = "8192";
+ };
+ };
+
this.unfree.allowed = [
"shipwright"
"2ship2harkinian"