From 685dd8fb1359287bb3dd4ea16c757662856b242a Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 8 Sep 2022 15:22:31 +0800 Subject: [PATCH] services: agetty-service-type: Add missing dash. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/services/base.scm (): Add missing dash for no-hostname? configuration. Signed-off-by: Ludovic Courtès --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-record-type* (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))