nixos/hosts/gunter/ollama.nix

7 lines
92 B
Nix
Raw Normal View History

2024-07-04 09:23:06 +00:00
{ pkgs, ... }: {
services.ollama = {
enable = true;
acceleration = "cuda";
};
}