[zix790prors] Add ollama

This commit is contained in:
2025-09-08 08:02:37 -07:00
parent c6276c9758
commit 14cdee1468

View File

@@ -70,6 +70,10 @@ with lib;
powerManagement.finegrained = false; powerManagement.finegrained = false;
}; };
environment.systemPackages = [
(pkgs.ollama.override { acceleration = "cuda"; })
];
# This option defines the first version of NixOS you have installed on this particular machine, # This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
# #