1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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.
This commit is contained in:
Andrew Tropin
2023-05-16 17:53:36 +04:00
parent 8659f5e3ee
commit 66ecffbeba
2 changed files with 5 additions and 0 deletions

View File

@@ -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.")))