unstable ollamas

This commit is contained in:
Chris Cochrun 2025-05-15 21:54:13 -05:00
parent 14a80888a4
commit 36c1a6ae35

View file

@ -8,7 +8,7 @@ in with lib;
ollama = {
enable = true;
host = "0.0.0.0";
# package = unstable.ollama;
package = unstable.ollama;
# port = 11434;
acceleration = "cuda";
};
@ -16,7 +16,7 @@ in with lib;
enable = true;
port = 3082;
host = "0.0.0.0";
# package = unstable.open-webui.overrideAttrs {
package = unstable.open-webui;
# pytestCheckPhase = false;
# doCheck = false;
# doInstallCheck = false;