From 66ecffbeba0685ff2f1071db8aeb2393986afb97 Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Tue, 16 May 2023 17:53:36 +0400 Subject: 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. --- gnu/system/shadow.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/system/shadow.scm') 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."))) -- cgit v1.2.3