This commit is contained in:
2025-07-31 11:15:22 +03:00
parent 823fea14ed
commit ada3eb2cd7
3 changed files with 20 additions and 22 deletions
+14 -1
View File
@@ -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 ];
}