nixos-manual: boot.extraTTYs -> console.extraTTYs
This commit is contained in:
parent
ec29bb50bf
commit
992245f844
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue