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
];
services.getty.greetingLine = mkRune {
rune = "othalan";
runeKind = "ascii";
services.getty = {
greetingLine = mkRune {
rune = "othalan";
runeKind = "ascii";
};
helpLine = "";
};
networking.hostName = "othalan";