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/tomato/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/tomato/default.nix') diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index d80afa2..b2b3e8a 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -28,6 +28,8 @@ services.joycond.enable = true; + this.ollama.enable = true; + this.buildMachines = ["pinto"]; this.apache = { -- cgit v1.2.3