Update
This commit is contained in:
parent
12cb2d267e
commit
4256c987fd
|
@ -130,6 +130,10 @@ units:
|
|||
action: "disable"
|
||||
mandatory: false
|
||||
|
||||
- name: "AmneziaVPN"
|
||||
action: "enable"
|
||||
mandatory: false
|
||||
|
||||
- name: "ntpd"
|
||||
action: "disable"
|
||||
mandatory: false
|
||||
|
|
|
@ -25,7 +25,7 @@ defaultGroups:
|
|||
|
||||
autologinGroup: autologin
|
||||
|
||||
doAutologin: true
|
||||
doAutologin: false
|
||||
|
||||
sudoersGroup: wheel
|
||||
|
||||
|
@ -34,8 +34,9 @@ setRootPassword: true
|
|||
doReusePassword: true
|
||||
|
||||
passwordRequirements:
|
||||
minLength: -1
|
||||
maxLength: -1
|
||||
nonempty: true
|
||||
minLength: -1 # Password at least this many characters
|
||||
maxLength: -1 # Password at most this many characters
|
||||
libpwquality:
|
||||
- minlen=0
|
||||
- minclass=0
|
||||
|
|
Loading…
Reference in New Issue