rogue: boot.extraTTYs -> console.extraTTYs

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

View File

@ -40,7 +40,7 @@ in
config = mkIf cfg.enable {
boot.extraTTYs = [ cfg.tty ];
console.extraTTYs = [ cfg.tty ];
systemd.services.rogue =
{ description = "Rogue dungeon crawling game";