nixos-config/modules/system/ai/default.nix

9 lines
86 B
Nix
Raw Normal View History

2024-08-28 09:37:23 +02:00
{ ... }:
{
2024-08-28 09:38:33 +02:00
environment.systemPackages =
(with pkgs; [
ollama-rocm
]);
2024-08-28 09:37:23 +02:00
}