From 979583914f8799d5c15f6450ffc2393b97cc04a3 Mon Sep 17 00:00:00 2001 From: k Date: Sat, 14 Dec 2024 20:58:16 -0500 Subject: [PATCH] added ollama to laptop --- hosts/laptop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 0904d76..6a4be68 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -61,6 +61,10 @@ pulse.enable = true; jack.enable = true; }; + ollama = { + enable = true; + package = pkgs.ollama-intel; + }; fwupd.enable = true; printing.enable = true; fprintd.enable = true;