hide helpLine

This commit is contained in:
Daylin Morgan 2024-05-06 14:28:40 -05:00
parent dca2c93a69
commit 9174ac3198
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 6 additions and 3 deletions

View File

@ -27,9 +27,12 @@
pamixer pamixer
]; ];
services.getty.greetingLine = mkRune { services.getty = {
rune = "othalan"; greetingLine = mkRune {
runeKind = "ascii"; rune = "othalan";
runeKind = "ascii";
};
helpLine = "";
}; };
networking.hostName = "othalan"; networking.hostName = "othalan";