1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/dell/xps/13-7390
2020-06-23 20:12:57 +01:00
..
default.nix dell/xps/13-7390: wifi fixes 2020-06-23 20:12:57 +01:00
README.wiki wiki syntax 2020-04-23 10:53:17 +02:00

= Dell XPS 13 7390 =

== Installation == 

You need to disable RAID and use AHCI instead as described [https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1 here].

== 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.