This commit is contained in:
Valeria Fadeeva 2025-07-09 16:29:31 +05:00
parent 12cb2d267e
commit 4256c987fd
2 changed files with 8 additions and 3 deletions

View File

@ -130,6 +130,10 @@ units:
action: "disable"
mandatory: false
- name: "AmneziaVPN"
action: "enable"
mandatory: false
- name: "ntpd"
action: "disable"
mandatory: false

View File

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