mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
26bbc980b9
(Current XPS 15 works well)
8 lines
195 B
Markdown
8 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;
|
|
```
|