Files
nixos-configuration/shared/modules/development/ollama.nix

7 lines
77 B
Nix

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