summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2022-09-08 15:22:31 +0800
committerLudovic Courtès <ludo@gnu.org>2022-09-08 16:22:23 +0200
commit685dd8fb1359287bb3dd4ea16c757662856b242a (patch)
tree653fbc6e30be70cb2481654c110a3bb3e1d7c891 /gnu/services
parent26aa149be85fb7ef260780fe298a8a66dfc1d296 (diff)
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>
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/base.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index bb11732de2..616bc42e69 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -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))