Added user configuration support to installer

This commit is contained in:
JMARyA 2024-12-28 00:41:57 +01:00
parent 73a30e4576
commit eabd898ccf
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 51 additions and 5 deletions

View file

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