This commit is contained in:
parent
c680a11d9e
commit
8c9db904df
4 changed files with 16 additions and 5 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue