{ ... }: { imports = [ ../hardware/nvidia.nix ]; services.ollama = { enable = true; acceleration = "cuda"; }; }