mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 16:13:53 +01: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