mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
Merge pull request #469 from dev-null-undefined/master
Fixed utillinux package renaming
This commit is contained in:
commit
8503c4c843
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@
|
|||
# Laptop can't correctly suspend if wlan is active
|
||||
powerManagement = {
|
||||
powerDownCommands = ''
|
||||
${pkgs.utillinux}/bin/rfkill block wlan
|
||||
${pkgs.util-linux}/bin/rfkill block wlan
|
||||
'';
|
||||
resumeCommands = ''
|
||||
${pkgs.utillinux}/bin/rfkill unblock wlan
|
||||
${pkgs.util-linux}/bin/rfkill unblock wlan
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue