* fix: Ignore Valve Steam Deck hardware due to using EFI but having no keys enrolled by default.
* fix: add extra boot parameters to fix steam deck resolution issue
---------
Co-authored-by: Noel Miller <noelmiller@protonmail.com>
The very short-lived key AKMOD_PRIVKEY_20230517 was accidentally
included here instead of the proper one.
This correct key is the one we actually use to sign akmods (and also is
used by bazzite to sign the whole kernel). So we definitely need this
to be correct.
* chore: First pass of adding secure boot key enrollment
* feat: Add secure boot support
* feat: Removed Test this media grub entry and set default to install
* fix: simplify secureboot scripts
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>