This commit is contained in:
JMARyA 2025-01-09 23:18:33 +01:00
parent 12b2cf4a96
commit 33a8fed192
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 17 additions and 12 deletions

View file

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