create ollama module

This commit is contained in:
Mohamed C. 2024-08-28 09:38:33 +02:00 committed by GitHub
parent 627b3bbf04
commit df317a17d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
{ ... }:
{
environment.systemPackages = [
pkgs.ollama-rocm
];
environment.systemPackages =
(with pkgs; [
ollama-rocm
]);
}