added new user options

This commit is contained in:
JMARyA 2025-01-08 09:02:04 +01:00
parent ffbc2e5e72
commit 26cd7c264c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 43 additions and 1 deletions

View file

@ -41,6 +41,9 @@ pub struct SSHKey {
pub struct UserConfig {
pub name: String,
pub password: String,
pub uid: Option<u32>,
pub home_dir: Option<String>,
pub shell: Option<String>,
pub doas_root: Option<bool>,
pub docker: Option<bool>,
pub virtualization: Option<bool>,