diff options
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/shadow.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm index 8d428bf743..4a8cc87f0f 100644 --- a/gnu/system/shadow.scm +++ b/gnu/system/shadow.scm @@ -458,6 +458,7 @@ the /etc/skel directory for those." (const '(user-homes))) (service-extension etc-service-type etc-files))) + (default-value #f) (description "Ensure the specified user accounts and groups exist, as well as each account home directory."))) |