surface: Add options from nixos-hardware
This commit is contained in:
parent
fe26b59f5e
commit
e93bb344a8
@ -37,9 +37,13 @@ in mkHost config {
|
|||||||
networking.wireless.enable = true;
|
networking.wireless.enable = true;
|
||||||
hardware.video.hidpi.enable = true;
|
hardware.video.hidpi.enable = true;
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelParams = [ "mem_sleep_default=deep" ];
|
||||||
extraModprobeConfig = ''
|
extraModprobeConfig = ''
|
||||||
options kvm_amd nested=1
|
options i915 enable_fbc=1 enable_rc6=1 modeset=1
|
||||||
options vfio-pci ids=1002:67df,1002:aaf0
|
options snd_hda_intel power_save=1
|
||||||
|
options snd_ac97_codec power_save=1
|
||||||
|
options iwlwifi power_save=Y
|
||||||
|
options iwldvm force_cam=N
|
||||||
'';
|
'';
|
||||||
initrd = {
|
initrd = {
|
||||||
availableKernelModules = [ "xhci_pci" "nvme" "usbhid" ];
|
availableKernelModules = [ "xhci_pci" "nvme" "usbhid" ];
|
||||||
|
@ -110,6 +110,12 @@ in {
|
|||||||
SURFACE_PRO3_BUTTON m
|
SURFACE_PRO3_BUTTON m
|
||||||
SURFACE_GPE m
|
SURFACE_GPE m
|
||||||
SURFACE_BOOK1_DGPU_SWITCH m
|
SURFACE_BOOK1_DGPU_SWITCH m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Other
|
||||||
|
#
|
||||||
|
PINCTRL_INTEL y
|
||||||
|
PINCTRL_SUNRISEPOINT y
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user