desktop-2025-02-01-10-34-06

This commit is contained in:
Alexander Szczepanski
2025-02-01 10:34:06 +01:00
parent b3a2a1030b
commit 140c95b35c
3 changed files with 41 additions and 29 deletions

View File

@ -159,12 +159,13 @@ in {
enable = true;
enable32Bit = true;
# doesnt build atm
# extraPackages = with pkgs; [rocmPackages.clr.icd];
extraPackages = with pkgs; [
clinfo
rocmPackages.clr.icd
rocmPackages.rocminfo
rocmPackages.rocm-runtime
];
};
# cpu.x86.msr = {
# enable = true;
# };
};
powerManagement = {
@ -184,6 +185,17 @@ in {
pulse.enable = true;
};
ollama = {
enable = true;
acceleration = "rocm";
environmentVariables = {
HCC_AMDGPU_TARGET = "gfx1100"; # used to be necessary, but doesn't seem to anymore
};
rocmOverrideGfx = "11.0.0";
};
open-webui.enable = true;
samba = {
enable = true;
settings = {