Add hdparm and fwupd for Dell Laptop

This commit is contained in:
Dmitriy 2019-09-18 01:59:22 +04:00
parent 5dbd7a9c2d
commit 67641d3b97
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ with deviceSpecific; {
# Samba support
cifs-utils
# Utils
hdparm
vdpauinfo
libva-utils
lm_sensors

View File

@ -61,4 +61,6 @@ with deviceSpecific; {
interval = "weekly";
};
services.fwupd.enable = (device == "Dell-Laptop");
}