WE CAN FINALLY SUSPEND
This commit is contained in:
parent
09393d500d
commit
972664c254
1 changed files with 12 additions and 0 deletions
|
@ -19,6 +19,18 @@
|
|||
my.apple-firmware
|
||||
];
|
||||
|
||||
# handle suspend issues (fuck you broadcom!)
|
||||
powerManagement.powerDownCommands = ''
|
||||
${pkgs.kmod}/bin/modprobe -r brcmfmac_wcc
|
||||
${pkgs.kmod}/bin/modprobe -r brcmfmac
|
||||
${pkgs.kmod}/bin/modprobe -r hci_bcm4377
|
||||
'';
|
||||
powerManagement.resumeCommands = ''
|
||||
${pkgs.kmod}/bin/modprobe hci_bcm4377
|
||||
${pkgs.kmod}/bin/modprobe brcmfmac
|
||||
${pkgs.kmod}/bin/modprobe brcmfmac_wcc
|
||||
'';
|
||||
|
||||
# VA-API
|
||||
hardware.opengl = {
|
||||
extraPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue