refactor
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-04 21:37:49 +01:00
parent bc69d74ac2
commit 30e2db26ca
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
18 changed files with 257 additions and 337 deletions

View file

@ -58,12 +58,12 @@ pub struct DriveConfig {
pub boot: String,
/// Root Drive Path
pub root: String,
/// Enable encryption on root
pub encryption: Option<String>,
}
#[derive(Debug, Deserialize)]
pub struct GeneralConfig {
/// Enable encryption on root
pub encryption: bool,
/// Presets
pub mode: InstallMode,
/// System locale