This commit is contained in:
2025-09-08 19:27:18 +03:00
parent ad33b3cc07
commit 7f6c112cb6
2 changed files with 8 additions and 15 deletions
+3 -15
View File
@@ -6,19 +6,7 @@
...
}:
{
# services = {
# nextjs-ollama-llm-ui.enable = false;
# ollama = {
# enable = false;
# package = pkgs.ollama-rocm;
# environmentVariables = {
# HSA_OVERRIDE_GFX_VERSION = "11.5.0";
# HCC_AMDGPU_TARGET = "gfx1150"; # used to be necessary, but doesn't seem to anymore
# };
# user = "ollama"; # "${xlib.device.username}";
# group = "ollama";
# acceleration = "rocm";
# rocmOverrideGfx = "11.5.0";
# };
# };
environment.systemPackages = [
pkgs.aichat
];
}