1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

services: ngircd: Fix typo in doc.

* gnu/services/messaging.scm (ngircd-options) <pam?>: Fix typo.
* doc/guix.texi (Messaging Services): Update.

Change-Id: If14e406089b2c945cac37e25d8e08a3812e4b28e
This commit is contained in:
Maxim Cournoyer
2025-04-12 00:38:56 +09:00
parent d46bad2cd9
commit f1d1f3c945
2 changed files with 2 additions and 2 deletions

View File

@@ -30616,7 +30616,7 @@ Set to @code{#t} to enable calls to the PAM library at runtime; all
users connecting without password are allowed to connect, all passwords
given will fail. Users identified without PAM are registered with a
tilde (@samp{~}) prepended to their user name. This defaults to
@code{#f} in Guix because the service runs as a unpriveleged user and
@code{#f} in Guix because the service runs as an unprivileged user and
thus cannot authenticate other users via the @code{pam_unix} PAM module.
@item @code{pam-is-optional?} (default: @code{#f}) (type: maybe-boolean)