ec55562ec3
modules/programs/pwdutils. * Renamed config.system.shell to config.users.defaultUserShell and updated the description to make clear it has to be a non-store path. svn path=/nixos/branches/modular-nixos/; revision=15761
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
# Define default crypt hash
|
|
# CRYPT={des,md5,blowfish}
|
|
CRYPT=des
|
|
|
|
# for local files, use a more secure hash. We
|
|
# don't need to be portable here:
|
|
CRYPT_FILES=blowfish
|
|
|
|
# sometimes we need to specify special options for
|
|
# a hash (variable is prepended by the name of the
|
|
# crypt hash).
|
|
BLOWFISH_CRYPT_FILES=10
|
|
|
|
# For NIS, we should always use DES:
|
|
CRYPT_YP=des
|