added new user options
This commit is contained in:
parent
ffbc2e5e72
commit
26cd7c264c
3 changed files with 43 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue