unstable ollamas
This commit is contained in:
parent
14a80888a4
commit
36c1a6ae35
|
@ -8,7 +8,7 @@ in with lib;
|
||||||
ollama = {
|
ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
# package = unstable.ollama;
|
package = unstable.ollama;
|
||||||
# port = 11434;
|
# port = 11434;
|
||||||
acceleration = "cuda";
|
acceleration = "cuda";
|
||||||
};
|
};
|
||||||
|
@ -16,7 +16,7 @@ in with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 3082;
|
port = 3082;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
# package = unstable.open-webui.overrideAttrs {
|
package = unstable.open-webui;
|
||||||
# pytestCheckPhase = false;
|
# pytestCheckPhase = false;
|
||||||
# doCheck = false;
|
# doCheck = false;
|
||||||
# doInstallCheck = false;
|
# doInstallCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue