diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-03-03 11:46:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-07 20:04:02 +0100 |
commit | f6f67b87c08fe7b901db834c714aceaef2b62b60 (patch) | |
tree | 8668cad867dbf8c690b96b6ecb0a58f347e7aa6d /gnu/local.mk | |
parent | b60e9fb82fd45d48eeeff9a8abc38a6a1a8ab981 (diff) | |
download | guix-f6f67b87c08fe7b901db834c714aceaef2b62b60.tar guix-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.mk | 1 |
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 \ |