Move a modprobe option for Surface Go Wifi device (ath10k) into that specific derivative
This commit is contained in:
parent
eb2721b3f1
commit
f8c3b6e50e
|
@ -14,5 +14,9 @@ in
|
||||||
hardware.firmware = [
|
hardware.firmware = [
|
||||||
(pkgs.callPackage ./ath10k.nix {})
|
(pkgs.callPackage ./ath10k.nix {})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.extraModprobeConfig = lib.mkDefault ''
|
||||||
|
options ath10k_core skip_otp=Y
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
options snd_ac97_codec power_save=1
|
options snd_ac97_codec power_save=1
|
||||||
options iwlwifi power_save=Y
|
options iwlwifi power_save=Y
|
||||||
options iwldvm force_cam=N
|
options iwldvm force_cam=N
|
||||||
options ath10k_core skip_otp=Y
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
boot.kernelParams = [ "mem_sleep_default=deep" ];
|
||||||
|
|
Loading…
Reference in a new issue