Merge pull request #469 from dev-null-undefined/master
Fixed utillinux package renaming
This commit is contained in:
commit
8503c4c843
|
@ -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