guix/gnu/system
Ludovic Courtès 6061d01512
activation: Operate on <user-account> and <user-group> records.
* gnu/system/accounts.scm (sexp->user-group, sexp->user-account): New
procedures.
* gnu/system/shadow.scm (account-activation): Call them in the arguments
to 'activate-users+groups'.
(account-shepherd-service): Likewise.
* gnu/build/activation.scm (activate-users+groups): Expect a list of
<user-account> and a list of <user-group>.  Replace uses of 'match' on
tuples with calls to record accessors.
(activate-user-home): Likewise.
2019-03-07 20:05:09 +01:00
..
examples gnu: Replace all cons* with beginner-friendly (append (list ...)). 2019-01-23 18:01:16 +01:00
accounts.scm activation: Operate on <user-account> and <user-group> records. 2019-03-07 20:05:09 +01:00
file-systems.scm install: Use (guix store database) instead of 'guix-register'. 2018-06-14 11:16:59 +02:00
install.scm install: Use (gnu package certs) module for the nss-certs package. 2019-02-10 15:30:35 +01:00
linux-container.scm
linux-initrd.scm linux-initrd: 'expression->initrd' returns the complete file name. 2018-11-21 23:26:59 +01:00
locale.scm
mapped-devices.scm system: Mention '--skip-checks' in initrd diagnostics. 2018-09-23 23:34:16 +02:00
nss.scm nss: Remove '%compat' from the defaults. 2018-03-27 23:26:15 +02:00
pam.scm
shadow.scm activation: Operate on <user-account> and <user-group> records. 2019-03-07 20:05:09 +01:00
uuid.scm uuid: 'uuid' returns #f when 'string->uuid' returns #f. 2018-05-19 00:14:52 +02:00
vm.scm pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'. 2019-02-11 23:23:28 +01:00