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

@ -55,6 +55,17 @@ name = "u"
# User password
password = "pass"
# User ID
uid = 1001
# The home directory of the user
home_dir = "/home/u"
# You can leave the user without a home dir using:
# home_dir = ""
# Set the shell of the user
shell = "/bin/bash"
# Allow user to use `doas` as root
doas_root= true