gunter: remove deprecated acceleration option
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m16s
Periodic flake update / flake-update (push) Successful in 2m15s

This commit is contained in:
2025-12-06 21:18:09 +01:00
parent 964699897c
commit a3f02605db

View File

@@ -3,7 +3,6 @@
services.ollama = {
enable = true;
package = pkgs.ollama-cuda;
acceleration = "cuda";
};
services.open-webui = {
enable = true;