Fixes and initial work on security stage.

This commit is contained in:
2026-05-30 00:33:34 +02:00
parent f0a8e704c0
commit a503b2a36f
6 changed files with 229 additions and 13 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ pub fn get_gpus_list() -> Vec<GpuInfo> {
res
}
use serde::{Deserialize, Serialize};
use serde::Deserialize;
#[derive(Debug, Clone, Deserialize)]
pub struct SecureBootStatus {