Unverified Commit c62395c9 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #283568 from r-vdp/fwupd_1_9_12

fwupd: 1.9.11 -> 1.9.12
parents 31787848 643b6647
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ let
    "fwupd/fwupd.conf" = {
      source = format.generate "fwupd.conf" {
        fwupd = cfg.daemonSettings;
      } // lib.optionalAttrs (lib.length (lib.attrNames cfg.uefiCapsuleSettings) != 0) {
        uefi_capsule = cfg.uefiCapsuleSettings;
      };
      # fwupd tries to chmod the file if it doesn't have the right permissions
Loading