Initial upload of HyprArch releng configuration
This commit is contained in:
44
airootfs/usr/share/calamares/modules/usersq.conf
Normal file
44
airootfs/usr/share/calamares/modules/usersq.conf
Normal file
@@ -0,0 +1,44 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# For documentation see Users Module users.conf
|
||||
#
|
||||
---
|
||||
# Used as default groups for the created user.
|
||||
# Adjust to your Distribution defaults.
|
||||
defaultGroups:
|
||||
- users
|
||||
- lp
|
||||
- video
|
||||
- network
|
||||
- storage
|
||||
- wheel
|
||||
- audio
|
||||
- lpadmin
|
||||
|
||||
autologinGroup: autologin
|
||||
|
||||
doAutologin: true
|
||||
|
||||
sudoersGroup: wheel
|
||||
|
||||
setRootPassword: true
|
||||
|
||||
doReusePassword: true
|
||||
|
||||
passwordRequirements:
|
||||
minLength: -1
|
||||
maxLength: -1
|
||||
libpwquality:
|
||||
- minlen=0
|
||||
- minclass=0
|
||||
|
||||
allowWeakPasswords: false
|
||||
|
||||
allowWeakPasswordsDefault: false
|
||||
|
||||
userShell: /bin/bash
|
||||
|
||||
setHostname: EtcFile
|
||||
|
||||
writeHostsFile: true
|
||||
Reference in New Issue
Block a user