mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+14
-1
@@ -6,5 +6,18 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
services = {
|
||||
nextjs-ollama-llm-ui.enable = true;
|
||||
ollama = {
|
||||
enable = true;
|
||||
package = pkgs.ollama-rocm;
|
||||
# user = "${inputs.zeroq.devices.admin}";
|
||||
# group = "users";
|
||||
# home = "/home/${inputs.zeroq.devices.admin}/.ollama";
|
||||
# models = "${inputs.zeroq.dirs.vetymae-drive}/AI/Ollama/models";
|
||||
acceleration = "rocm";
|
||||
rocmOverrideGfx = "11.5.0";
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ lmstudio ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user