feature(fwupd): install and enable fwupd for firmware upgrades

This commit is contained in:
2026-01-09 21:12:55 +01:00
parent 54dc51eec4
commit 2cb495848f
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@
dnsutils dnsutils
ethtool ethtool
file file
fwupd
fwupd-efi
ghostty ghostty
git git
imagemagick imagemagick
@@ -31,6 +33,7 @@
pciutils pciutils
sddm-astronaut sddm-astronaut
socat socat
sof-firmware
strace strace
sysstat sysstat
tree tree

View File

@@ -5,5 +5,6 @@
services = { services = {
tuned.enable = true; tuned.enable = true;
upower.enable = true; upower.enable = true;
fwupd.enable = true;
}; };
} }