Apply SSD optimization for Dell XPS 13 9310

This commit is contained in:
Konstantin vz'One Enchant 2021-10-03 15:13:49 +03:00 committed by GitHub
parent 0a8b8054c9
commit 4cac4fbeef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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;