add bluetooth support
This commit is contained in:
parent
227b97b27f
commit
12b2cf4a96
5 changed files with 22 additions and 0 deletions
|
@ -85,6 +85,8 @@ pub struct GeneralConfig {
|
|||
pub hostname: String,
|
||||
// Root password
|
||||
pub root_password: Option<String>,
|
||||
// Enable Bluetooth
|
||||
pub bluetooth: Option<bool>
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue