MyNixOS website logo
option

users.users.<name>.homeMode

The user's home directory mode in numeric format. See chmod(1). The mode is only applied if users.users.<name>.createHome is true.

Declarations
Type
string matching the pattern [0-7]{1,5}
Default
"700"