summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-07-01 22:34:41 +0100
committerGitHub <noreply@github.com>2019-07-01 22:34:41 +0100
commit79e188ac6bc9da1f34b20511512913fc7a67cd04 (patch)
tree273508c4b1dbf2ded6b4ed56427ddbc425243a34
parent59c97be4d0c9e859cb8e3d214707601f213a6914 (diff)
parent2691961397e876cbca8f66bb5436d93a60248577 (diff)
Merge pull request #110 from NixOS/xps-13
dell/xps/13-9380: also import intel profile
-rw-r--r--dell/xps/13-9380/README.wiki11
-rw-r--r--dell/xps/13-9380/default.nix1
2 files changed, 12 insertions, 0 deletions
diff --git a/dell/xps/13-9380/README.wiki b/dell/xps/13-9380/README.wiki
index a2a7f5d..c5ad61e 100644
--- a/dell/xps/13-9380/README.wiki
+++ b/dell/xps/13-9380/README.wiki
@@ -1,5 +1,16 @@
= Dell XPS 13 9380 =
+== 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.
+
== Battery drain when sleeping ==
The laptop uses the S2 sleep mode by default instead of S3, which leads to
diff --git a/dell/xps/13-9380/default.nix b/dell/xps/13-9380/default.nix
index 47e6765..d04f504 100644
--- a/dell/xps/13-9380/default.nix
+++ b/dell/xps/13-9380/default.nix
@@ -2,6 +2,7 @@
{
imports = [
+ ../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/acpi_call.nix
];