SQUASHME: Load uprof driver on boot

This commit is contained in:
Rodrigo Arias 2025-09-04 12:39:10 +02:00
parent dc2f00c379
commit 104ad5c775

View File

@ -17,6 +17,7 @@
# First make sure that we add the module to the list of available modules
# in the kernel matching the same kernel version of this configuration.
boot.extraModulePackages = with config.boot.kernelPackages; [ amd-uprof-driver ];
boot.kernelModules = [ "AMDPowerProfiler" ];
# Make the userspace tools available in $PATH.
environment.systemPackages = with pkgs; [ amd-uprof ];