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