format
This commit is contained in:
@@ -25,7 +25,10 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
boot = {
|
||||
kernelModules = [ "nct6775" "k10temp" ];
|
||||
kernelModules = [
|
||||
"nct6775"
|
||||
"k10temp"
|
||||
];
|
||||
kernelParams = [ (if cfg.enable then "amdgpu.ppfeaturemask=0xffffffff" else null) ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user