SQUASHME: Load uprof driver on boot
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
# First make sure that we add the module to the list of available modules
|
# 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.
|
# in the kernel matching the same kernel version of this configuration.
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ amd-uprof-driver ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ amd-uprof-driver ];
|
||||||
|
boot.kernelModules = [ "AMDPowerProfiler" ];
|
||||||
|
|
||||||
# Make the userspace tools available in $PATH.
|
# Make the userspace tools available in $PATH.
|
||||||
environment.systemPackages = with pkgs; [ amd-uprof ];
|
environment.systemPackages = with pkgs; [ amd-uprof ];
|
||||||
|
|||||||
Reference in New Issue
Block a user