add bluetooth support

This commit is contained in:
JMARyA 2025-01-09 23:04:35 +01:00
parent 227b97b27f
commit 12b2cf4a96
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 22 additions and 0 deletions

View file

@ -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)]