♻️ optional secure boot
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-10 13:45:02 +02:00
parent c680a11d9e
commit 8c9db904df
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 16 additions and 5 deletions

View file

@ -105,8 +105,10 @@ pub struct GeneralConfig {
pub bluetooth: Option<bool>,
/// Install Video Driver
pub gpu_driver: Option<GPUVendor>,
// Eanble firewall
// Enable firewall
pub firewall: Option<bool>,
// Want Secure Boot
pub secure_boot: Option<bool>,
}
#[derive(Debug, Clone, Deserialize)]