hosts/main: use ollama from unstable

This commit is contained in:
Wroclaw 2024-12-15 08:27:30 +01:00
parent 4968fc8b5e
commit fffbd4a181

View file

@ -76,6 +76,7 @@
enable = true; enable = true;
port = 1434; port = 1434;
acceleration = "cuda"; acceleration = "cuda";
package = pkgs.unstable.ollama;
host = "0.0.0.0"; host = "0.0.0.0";
}; };
environment.sessionVariables = { environment.sessionVariables = {