mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Rename dell/e7240 to dell/latitude/e7240
This commit is contained in:
parent
55e9685ec6
commit
d58f642ddb
5 changed files with 20 additions and 4 deletions
8
dell/latitude/e7240/README.md
Normal file
8
dell/latitude/e7240/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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;
|
||||
```
|
||||
6
dell/latitude/e7240/default.nix
Normal file
6
dell/latitude/e7240/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue