1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
nixos-hardware/dell/xps/13-7390
2020-03-03 17:31:54 +00:00
..
default.nix Add deepsleep to avoid wakeups during sleep mode (#136) 2019-12-28 09:50:04 +00:00
README.wiki Update README.wiki 2020-03-03 17:31:54 +00:00

= Dell XPS 13 7390 =

== Installation == 
You need to disable AHCI as described here.
https://wiki.ubuntu.com/Dell/XPS/XPS-13-7390-2-in-1

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