refactor
This commit is contained in:
parent
12b2cf4a96
commit
33a8fed192
4 changed files with 17 additions and 12 deletions
|
@ -86,7 +86,7 @@ pub struct GeneralConfig {
|
|||
// Root password
|
||||
pub root_password: Option<String>,
|
||||
// Enable Bluetooth
|
||||
pub bluetooth: Option<bool>
|
||||
pub bluetooth: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue