Merge pull request #469 from dev-null-undefined/master

Fixed utillinux package renaming
This commit is contained in:
Jörg Thalheim 2022-09-28 11:01:40 +02:00 committed by GitHub
commit 8503c4c843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
'';
};
}