Skip to content

Commit

Permalink
getty -> autovt
Browse files Browse the repository at this point in the history
  • Loading branch information
thyol committed Apr 18, 2021
1 parent aa1eaeb commit 43946a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/ttys/getty.nix
Expand Up @@ -106,7 +106,7 @@ in
# nixos.label would not rebuild manual pages
services.getty.greetingLine = mkDefault ''<<< Welcome to NixOS ${config.system.nixos.label} (\m) - \l >>>'';

systemd.services."getty@" =
systemd.services."autovt@" =
{ serviceConfig.ExecStart = [
"" # override upstream default with an empty ExecStart
(gettyCmd "--noclear --keep-baud %I 115200,38400,9600 $TERM")
Expand Down

0 comments on commit 43946a6

Please sign in to comment.