mashu: 'Fix' indentation
This commit is contained in:
parent
c07c8ed1e7
commit
f9db746f87
@ -37,11 +37,11 @@ in mkHost config {
|
|||||||
boot = {
|
boot = {
|
||||||
kernelParams = [ "mem_sleep_default=deep" ];
|
kernelParams = [ "mem_sleep_default=deep" ];
|
||||||
extraModprobeConfig = ''
|
extraModprobeConfig = ''
|
||||||
options i915 enable_fbc=1 enable_rc6=1 modeset=1
|
options i915 enable_fbc=1 enable_rc6=1 modeset=1
|
||||||
options snd_hda_intel power_save=1
|
options snd_hda_intel power_save=1
|
||||||
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
|
||||||
'';
|
'';
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [ "xhci_pci" "nvme" "usbhid" ];
|
availableKernelModules = [ "xhci_pci" "nvme" "usbhid" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user