gigabyte b550: suspend fix (#884)

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>
This commit is contained in:
Nire Bryce
2024-03-25 07:40:22 +00:00
committed by GitHub
parent 7559df1e4a
commit 474549f841
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
imports = [
./b550-fix-suspend.nix
];
}