Merge pull request #208864 from GaetanLepage/fwupd

This commit is contained in:
Sandro 2023-01-09 00:57:48 +01:00 committed by GitHub
commit 2eb836b43e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,9 @@ in {
services.udev.packages = [ cfg.package ];
# required to update the firmware of disks
services.udisks2.enable = true;
systemd.packages = [ cfg.package ];
security.polkit.enable = true;