{ config, pkgs, ... }: { # Activer Ollama comme service services.ollama = { enable = true; acceleration = "cuda"; }; }