diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-04-16 11:43:29 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-04-16 11:43:29 +0530 |
| commit | c57791d3b1cb8e6ae23e304ba08c55746c0b8013 (patch) | |
| tree | 3a75b2c1a3aed11fe45d6dbe953eba1ab17af406 /nixos/opt | |
| parent | 7af2a74fcb5fce4b35c2b3569206bc3f3477aad9 (diff) | |
calendar navigation + flake update + random other tools + no global postgres
Diffstat (limited to 'nixos/opt')
| -rw-r--r-- | nixos/opt/llm.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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"; |
