aboutsummaryrefslogtreecommitdiffstats
path: root/guix/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'guix/INSTALL.md')
-rw-r--r--guix/INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/guix/INSTALL.md b/guix/INSTALL.md
new file mode 100644
index 0000000..87bf1e1
--- /dev/null
+++ b/guix/INSTALL.md
@@ -0,0 +1,8 @@
+The post-install script will create an user and a group called `guix-builder`.
+
+If you want more users for building packages, add more users to the
+`guix-builder` group.
+
+Start the `guix-daemon` by using systemd or manually running command
+`guix-daemon --build-users-group=guix-builder` as root. `guix-daemon`
+will create most necessary files and directories when you first using it.