3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
guix/gnu/system
Ludovic Courtès 18fb40e414 gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>.
* gnu/system/shadow.scm (guix-build-accounts): Move to...
* gnu/system/dmd.scm (guix-build-accounts): ... here.
  (<service>)[user-accounts, user-groups]: New fields.
  (guix-service): New #:build-user-id and #:build-accounts parameters.
  Use 'guix-build-accounts' and set the 'user-accounts' and
  'user-groups' fields accordingly.
* gnu/system/vm.scm (system-qemu-image): Remove use of
  'guix-build-accounts'.  Augment ACCOUNTS and GROUPS from what SERVICES
  demand.
2013-12-07 15:01:40 +01:00
..
dmd.scm gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>. 2013-12-07 15:01:40 +01:00
grub.scm gnu: vm: Rewrite helper functions as monadic functions. 2013-10-03 23:12:20 +02:00
linux.scm derivations: Use more keyword parameters for 'build-expression->derivation'. 2013-12-04 16:07:53 +01:00
shadow.scm gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>. 2013-12-07 15:01:40 +01:00
vm.scm gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>. 2013-12-07 15:01:40 +01:00