From 6859463daaf422d253b55e480a0861fe066090ab Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Apr 2018 10:48:06 +0200 Subject: Journal on tty7 --- odin.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/odin.nix b/odin.nix index 27ed20e1..59d8a8dd 100644 --- a/odin.nix +++ b/odin.nix @@ -23,6 +23,8 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/disk/by-id/ata-MKNSSDCR60GB_MK130619AS1031770"; + boot.extraTTYs = [ "tty7" ]; + networking.hostName = "odin"; # Define your hostname. # Select internationalisation properties. @@ -84,6 +86,7 @@ services.journald = { rateLimitBurst = 0; + console = "/dev/tty7"; }; services.haveged.enable = true; -- cgit v1.2.3