mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
11 lines
128 B
Nix
11 lines
128 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ../hardware/nvidia.nix ];
|
|
|
|
services.ollama = {
|
|
enable = true;
|
|
acceleration = "cuda";
|
|
};
|
|
}
|