nixos-manual: boot.extraTTYs -> console.extraTTYs

This commit is contained in:
Bernardo Meurer 2020-01-02 16:53:15 -08:00
parent ec29bb50bf
commit 992245f844
No known key found for this signature in database
GPG Key ID: E421C74191EA186C
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ in
};
})
(mkIf (cfg.showManual && cfgd.enable && cfgd.nixos.enable) {
boot.extraTTYs = [ "tty${toString cfg.ttyNumber}" ];
console.extraTTYs = [ "tty${toString cfg.ttyNumber}" ];
systemd.services.nixos-manual = {
description = "NixOS Manual";