nixos/modules/apps/ollama.nix

7 lines
80 B
Nix
Raw Normal View History

2025-02-21 15:25:23 +01:00
_: {
services.ollama = {
enable = true;
acceleration = "cuda";
};
2025-02-21 15:25:56 +01:00
}