summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2023-05-16 17:53:36 +0400
committerAndrew Tropin <andrew@trop.in>2023-05-16 19:45:27 +0400
commit66ecffbeba0685ff2f1071db8aeb2393986afb97 (patch)
treec432f89a8d37ef64e9a217b8d146f6ae7a28cfc9 /gnu/system
parent8659f5e3ee1872da0a853ca6f839eb6f90e10c3d (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.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index 8d428bf743d..4a8cc87f0f1 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -458,6 +458,7 @@ the /etc/skel directory for those."
458 (const '(user-homes))) 458 (const '(user-homes)))
459 (service-extension etc-service-type 459 (service-extension etc-service-type
460 etc-files))) 460 etc-files)))
461 (default-value #f)
461 (description 462 (description
462 "Ensure the specified user accounts and groups exist, as well 463 "Ensure the specified user accounts and groups exist, as well
463as each account home directory."))) 464as each account home directory.")))