Added user configuration support to installer
This commit is contained in:
parent
73a30e4576
commit
eabd898ccf
4 changed files with 51 additions and 5 deletions
|
@ -34,3 +34,13 @@ virtualization = true
|
|||
|
||||
# Enable docker
|
||||
docker = true
|
||||
|
||||
[[user]]
|
||||
# Username
|
||||
name = "testuser"
|
||||
|
||||
# User password
|
||||
password = "testpass"
|
||||
|
||||
# Allow user to use doas as root
|
||||
doas_root= true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue