~ruther/guix-local

1e0eb9e8dfce6425d59e800d83b98ced69ae4a40 — NoĆ© Lopez 2 months ago 2dcf1ec
doc: Warn about specific nologin paths when it is not in PATH.

See <https://codeberg.org/guix/guix/issues/4704#issuecomment-8751141>.

* doc/guix.texi (Build Environment Setup): Add warning in case the nologin
binary is not found.

Reported-by: FuncProgLinux
Change-Id: Ib8aa2bdaf0aef6a589afe638e2fcd539c8276ac7
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 6 insertions(+), 0 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +6 -0
@@ 1028,6 1028,12 @@ When using this option, you only need to create one user account, and
          --system guix-daemon
@end example

@quotation Warning
If the @command{nologin} binary is not found by @command{which nologin},
you may need to specify its path manually.  This will usually be
@file{/sbin/nologin} or @file{/usr/sbin/nologin}.
@end quotation

In this configuration, @file{/gnu/store} is owned by the
@code{guix-daemon} user.