unstable ollamas
This commit is contained in:
parent
14a80888a4
commit
36c1a6ae35
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue