From c57791d3b1cb8e6ae23e304ba08c55746c0b8013 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 16 Apr 2026 11:43:29 +0530 Subject: calendar navigation + flake update + random other tools + no global postgres --- nixos/opt/llm.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos/opt') diff --git a/nixos/opt/llm.nix b/nixos/opt/llm.nix index a944d5c..f9dad3a 100644 --- a/nixos/opt/llm.nix +++ b/nixos/opt/llm.nix @@ -1,5 +1,7 @@ -{ config, pkgs, ... }: +{ config, pkgs, unstable, ... }: + { + services.ollama.package = unstable.ollama; services.ollama = { enable = true; acceleration = "cuda"; -- cgit v1.2.3