nixos/hosts/gunter/ollama.nix

7 lines
92 B
Nix

{ pkgs, ... }: {
services.ollama = {
enable = true;
acceleration = "cuda";
};
}