gunter: renamed ollama package
Some checks failed
Run nix flake check / flake-check (push) Failing after 1m2s
Periodic flake update / flake-update (push) Successful in 2m18s

This commit is contained in:
2025-12-06 15:25:36 +01:00
parent 885a40b37c
commit 964699897c

View File

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