From 9174ac3198f46fc9b41761ee5ec098d19bc8b47c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 6 May 2024 14:28:40 -0500 Subject: [PATCH] hide helpLine --- hosts/othalan/system.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/othalan/system.nix b/hosts/othalan/system.nix index 9b3284a..e63f7c9 100644 --- a/hosts/othalan/system.nix +++ b/hosts/othalan/system.nix @@ -27,9 +27,12 @@ pamixer ]; - services.getty.greetingLine = mkRune { - rune = "othalan"; - runeKind = "ascii"; + services.getty = { + greetingLine = mkRune { + rune = "othalan"; + runeKind = "ascii"; + }; + helpLine = ""; }; networking.hostName = "othalan";