Add ollama

This commit is contained in:
Leonora Tindall 2025-07-03 09:33:20 -05:00
parent b0be8db7d5
commit e1086adf27
2 changed files with 11 additions and 0 deletions

10
ollama.nix Normal file
View File

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
services.ollama = {
enable = true;
acceleration = "rocm";
environmentVariables = {
HSA_OVERRIDE_GFX_VERSION = "10.3.0";
};
};
}

View File

@ -17,6 +17,7 @@ in
./zellij.nix
./jj.nix
./hare.nix
./ollama.nix
./packages-min.nix
];