mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
474549f841
fixes b550 suspend bug by setting up systemd services that disable GPP0 and GPP8 in /proc/acpi/wakeup Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
5 lines
50 B
Nix
5 lines
50 B
Nix
{
|
|
imports = [
|
|
./b550-fix-suspend.nix
|
|
];
|
|
}
|