summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-03-03 11:46:43 +0100
committerLudovic Courtès <ludo@gnu.org>2019-03-07 20:04:02 +0100
commitf6f67b87c08fe7b901db834c714aceaef2b62b60 (patch)
tree8668cad867dbf8c690b96b6ecb0a58f347e7aa6d /gnu/local.mk
parentb60e9fb82fd45d48eeeff9a8abc38a6a1a8ab981 (diff)
downloadguix-f6f67b87c08fe7b901db834c714aceaef2b62b60.tar.gz
system: Add (gnu system accounts).
The (gnu system accounts) module is meant to be used both on the build-
and on the host-side.

* gnu/system/shadow.scm <top level>: Call 'default-shell'.
(<user-account>, <user-group>): Move to...
* gnu/system/accounts.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add system/accounts.scm.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 29fb31bf2d..d6d9209830 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -532,6 +532,7 @@ GNU_SYSTEM_MODULES =				\
   %D%/services/xorg.scm				\
 						\
   %D%/system.scm				\
+  %D%/system/accounts.scm			\
   %D%/system/file-systems.scm			\
   %D%/system/install.scm			\
   %D%/system/linux-container.scm		\