mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Fixed utillinux package renaming
This commit is contained in:
parent
a0df6cd6e1
commit
2aa0939a65
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue