Unverified Commit 081365d2 authored by programmerlexi's avatar programmerlexi
Browse files

nixos/limine: change name of signed fwupd file

parent 3f701fe3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -475,9 +475,8 @@ in
        };

        script = ''
          cp ${config.services.fwupd.package.fwupd-efi}/libexec/fwupd/efi/fwupd*.efi /run/fwupd-efi/
          chmod +w /run/fwupd-efi/fwupd*.efi
          ${lib.getExe cfg.secureBoot.sbctl} sign /run/fwupd-efi/fwupd*.efi
          fwupd_efi=(${config.services.fwupd.package.fwupd-efi}/libexec/fwupd/efi/fwupd*.efi)
          ${lib.getExe cfg.secureBoot.sbctl} sign -o /run/fwupd-efi/$(basename "$fwupd_efi").signed "$fwupd_efi"
        '';
      };