1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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