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" action: "disable"
mandatory: false mandatory: false
- name: "AmneziaVPN"
action: "enable"
mandatory: false
- name: "ntpd" - name: "ntpd"
action: "disable" action: "disable"
mandatory: false mandatory: false

View File

@ -25,7 +25,7 @@ defaultGroups:
autologinGroup: autologin autologinGroup: autologin
doAutologin: true doAutologin: false
sudoersGroup: wheel sudoersGroup: wheel
@ -34,8 +34,9 @@ setRootPassword: true
doReusePassword: true doReusePassword: true
passwordRequirements: passwordRequirements:
minLength: -1 nonempty: true
maxLength: -1 minLength: -1 # Password at least this many characters
maxLength: -1 # Password at most this many characters
libpwquality: libpwquality:
- minlen=0 - minlen=0
- minclass=0 - minclass=0