mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 19:27:05 +02:00
chore: remove ollama
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
let
|
|
||||||
|
|
||||||
in
|
|
||||||
{
|
|
||||||
services.ollama = rec {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.ollama-cuda;
|
|
||||||
host = "0.0.0.0";
|
|
||||||
port = 11434;
|
|
||||||
home = "/var/lib/ollama";
|
|
||||||
models = "${home}/models";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user