diff options
author | Andrew Tropin <andrew@trop.in> | 2023-05-16 17:53:36 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-05-16 19:45:27 +0400 |
commit | 66ecffbeba0685ff2f1071db8aeb2393986afb97 (patch) | |
tree | c432f89a8d37ef64e9a217b8d146f6ae7a28cfc9 /gnu/system | |
parent | 8659f5e3ee1872da0a853ca6f839eb6f90e10c3d (diff) |
services: Add default values.
* gnu/services.scm (boot-service-type, activation-service-type,
etc-service-type, profile-service-type): Add default-value.
* gnu/system/shadow.scm (account-service-type): Add default-value.
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."))) |