Remove GFX override

This commit is contained in:
♥ Minnie ♥ 2024-06-04 08:44:03 +08:00
parent fb1e5d9cf7
commit ca6c592fe8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -77,16 +77,12 @@
mouse = { accelProfile = "flat"; }; mouse = { accelProfile = "flat"; };
}; };
# Get up and running with large language models locally. # Get up and running with large language models locally.
# ollama = { ollama = {
# enable = true; enable = true;
# package = pkgs.unstable.ollama; package = pkgs.unstable.ollama;
# acceleration = "rocm"; acceleration = "rocm";
# # environmentVariables = { };
# # HSA_OVERRIDE_GFX_VERSION = "10.3.0";
# # };
# };
# Enable a few other services. # Enable a few other services.
ratbagd.enable = true; ratbagd.enable = true;