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";