calamares-parch/etc/calamares/modules/users.conf
Sohrab Behdani 2bf3336c01 Update 4 files
- /etc/calamares/modules/bootloader.conf
- /etc/calamares/modules/mount.conf
- /etc/calamares/modules/partition.conf
- /etc/calamares/modules/users.conf
2024-12-09 07:19:37 +00:00

59 lines
999 B
Text

defaultGroups:
- name: users
must_exist: true
system: true
- lp
- video
- network
- storage
- power
- rfkill
- name: wheel
must_exist: false
system: true
- audio
sudoersGroup: wheel
autologinGroup: autologin
sudoersConfigureWithGroup: true
setRootPassword: false
doReusePassword: false
doAutologin: false
# These are very weak -- actually, none at all -- requirements
passwordRequirements:
minLength: 1 # Password at least this many characters
# maxLength: 10 # Password at most this many characters
# libpwquality:
# - minlen=0
# - minclass=0
allowWeakPasswords: true
allowWeakPasswordsDefault: true
user:
shell: /bin/bash
forbidden_names: [ root ]
hostname:
location: EtcFile
writeHostsFile: true
forbidden_names: [ localhost ]
presets:
fullName:
# value: "ParchLinux User"
editable: true
loginName:
# value: "ParchLinux"
editable: true