mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 18:08:38 +08:00
Fixed utillinux package renaming
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
# Laptop can't correctly suspend if wlan is active
|
# Laptop can't correctly suspend if wlan is active
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
powerDownCommands = ''
|
powerDownCommands = ''
|
||||||
${pkgs.utillinux}/bin/rfkill block wlan
|
${pkgs.util-linux}/bin/rfkill block wlan
|
||||||
'';
|
'';
|
||||||
resumeCommands = ''
|
resumeCommands = ''
|
||||||
${pkgs.utillinux}/bin/rfkill unblock wlan
|
${pkgs.util-linux}/bin/rfkill unblock wlan
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user