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>
6 lines
50 B
Nix
6 lines
50 B
Nix
{
|
|
imports = [
|
|
./b550-fix-suspend.nix
|
|
];
|
|
}
|