fuck you rocm you cunt

This commit is contained in:
zastian@mrthoddata.com
2025-07-03 21:25:18 +01:00
parent d611c6224d
commit 69c5638e49
5 changed files with 74 additions and 73 deletions

View File

@@ -6,7 +6,7 @@
}:
{
fonts.fontconfig.enable = true;
#fonts.fontconfig.enable = true;
fonts.packages = with pkgs; [
ubuntu_font_family
siji

View File

@@ -95,40 +95,40 @@ in
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
# add libraries here
alsa-lib
libGL
glibc
glib
fontconfig
xorg.libX11
xorg.libXcomposite
xorg.libXdamage
xorg.libXfixes
xorg.libXrender
xorg.libXrandr
xorg.libXtst
xorg_sys_opengl
xorg.libXi
xorg.libxshmfence
xorg.libxkbfile
xorg.libxcb
xorg.xcbutilwm
xorg.xcbutilimage
xorg.xcbutilkeysyms
xorg.xcbutilrenderutil
xcb-util-cursor
libgbm
libxkbcommon
freetype
dbus
krb5
nss
zotero
nspr
gtk3
libappindicator-gtk3
mesa
vulkan-loader
#alsa-lib
#libGL
#glibc
#glib
#fontconfig
#xorg.libX11
#xorg.libXcomposite
#xorg.libXdamage
#xorg.libXfixes
#xorg.libXrender
#xorg.libXrandr
#xorg.libXtst
#xorg_sys_opengl
#xorg.libXi
#xorg.libxshmfence
#xorg.libxkbfile
#xorg.libxcb
#xorg.xcbutilwm
#xorg.xcbutilimage
#xorg.xcbutilkeysyms
#xorg.xcbutilrenderutil
#xcb-util-cursor
#libgbm
#libxkbcommon
#freetype
#dbus
#krb5
#nss
#zotero
#nspr
#gtk3
#libappindicator-gtk3
#mesa
#vulkan-loader
];
#backlight tool
@@ -164,7 +164,6 @@ in
xcp
polkit_gnome
unzip
rocmPackages.rccl
ffmpeg
libva-utils
nixfmt-rfc-style

View File

@@ -192,8 +192,10 @@
port = 11434;
host = "0.0.0.0";
acceleration = "rocm";
rocmOverrideGfx = "11.0.0";
environmentVariables = {
HSA_OVERRIDE_GFX_VERSION = "11.0.0";
#HSA_OVERRIDE_GFX_VERSION = "11.0.0";
#OLLAMA_KV_CACHE_TYPE = "q4";
};
};