1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 10:33:33 +02:00
nixos-hardware/dell/xps/13-7390/README.wiki

17 lines
408 B
Plaintext
Raw Normal View History

2019-10-30 20:15:22 +01:00
= Dell XPS 13 7390 =
2020-03-03 18:31:54 +01:00
== Installation ==
2020-04-23 10:52:16 +02:00
You need to disable RAID and use AHCI instead as described [here](https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1).
2020-03-03 18:31:54 +01:00
2019-10-30 20:15:22 +01:00
== Firmware upgrades ==
Note that this device is supported by [https://fwupd.org/ fwupd].
To perform firmware upgrades just activate the service
<code>
services.fwupd.enable = true;
</code>
Then use <code>fwupdmgr</code> to perform updates.