From 4cac4fbeefefe3d56af244578c30db63baf0fb67 Mon Sep 17 00:00:00 2001 From: Konstantin vz'One Enchant Date: Sun, 3 Oct 2021 15:13:49 +0300 Subject: [PATCH] Apply SSD optimization for Dell XPS 13 9310 --- dell/xps/13-9310/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dell/xps/13-9310/default.nix b/dell/xps/13-9310/default.nix index 811d1f5..b36793b 100644 --- a/dell/xps/13-9310/default.nix +++ b/dell/xps/13-9310/default.nix @@ -1,5 +1,10 @@ { lib, pkgs, ... }: { - imports = [ ../../../common/cpu/intel ../../../common/pc/laptop ]; + imports = [ + ../../../common/cpu/intel + ../../../common/pc/laptop + ../../../common/pc/ssd + ]; + # Includes the Wi-Fi and Bluetooth firmware for the QCA6390. hardware.enableRedistributableFirmware = true;