fix(akmods): document install key in tsp

This commit is contained in:
xyny 2024-07-14 16:09:00 +03:00
parent 0299d18c3e
commit ef396d4698

View file

@ -15,5 +15,9 @@ model AkmodsModule {
* surface: surface kernel / surface images
*/
base?: "main" | "asus" | "fsync" | "surface" = "main";
/** List of akmods to install.
* See all available akmods here: https://github.com/ublue-os/akmods#kmod-packages
*/
install: Array<string>;
}