From 71ca633431590457e4380fb0a53e9a8f30cad9cd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Jul 2012 18:32:24 -0400 Subject: [PATCH] Start agetty on tty1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘logind’ automatically starts agetty on all virtual consoles except tty1. We have to do that ourselves. --- modules/system/boot/systemd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/boot/systemd.nix b/modules/system/boot/systemd.nix index 5f7f62b7866a..db690901014c 100644 --- a/modules/system/boot/systemd.nix +++ b/modules/system/boot/systemd.nix @@ -334,6 +334,8 @@ let '') unit.wantedBy) cfg.units)} ln -s ${cfg.defaultUnit} $out/default.target + + ln -s ../getty@tty1.service $out/multi-user.target.wants/ ''; # */ in