services: agetty-service-type: Add missing dash.

* gnu/services/base.scm (<agetty-configuration>): Add missing dash for
no-hostname? configuration.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hilton Chain 2022-09-08 15:22:31 +08:00 committed by Ludovic Courtès
parent 26aa149be8
commit 685dd8fb13
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ the message of the day, among other things."
(default #f))
(no-hints? agetty-no-hints? ;Boolean
(default #f))
(no-hostname? agetty-no hostname? ;Boolean
(no-hostname? agetty-no-hostname? ;Boolean
(default #f))
(long-hostname? agetty-long-hostname? ;Boolean
(default #f))