Files
nixos-hardware/gigabyte/b650/b650-fix-suspend.nix
2025-02-24 09:29:57 +01:00

7 lines
126 B
Nix

{
# see https://bbs.archlinux.org/viewtopic.php?pid=2227023
boot.kernelParams = [
"acpi_osi=\"!Windows 2015\""
];
}