mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
9 lines
195 B
Markdown
9 lines
195 B
Markdown
|
On some kernel versions user ashgillman has experiences suspend issues
|
||
|
(see https://bugzilla.redhat.com/show_bug.cgi?id=1597481).
|
||
|
|
||
|
Try:
|
||
|
|
||
|
```nix
|
||
|
boot.kernelPackages = pkgs.linuxPackages_4_14;
|
||
|
```
|