diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 10:48:06 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 10:48:06 +0200 |
commit | 6859463daaf422d253b55e480a0861fe066090ab (patch) | |
tree | 19f1096b0054de998b686c71969bc5a69cb2a6f1 | |
parent | 40ac685eab4bf7c6f220c24206e624045700c5c6 (diff) | |
download | nixos-6859463daaf422d253b55e480a0861fe066090ab.tar nixos-6859463daaf422d253b55e480a0861fe066090ab.tar.gz nixos-6859463daaf422d253b55e480a0861fe066090ab.tar.bz2 nixos-6859463daaf422d253b55e480a0861fe066090ab.tar.xz nixos-6859463daaf422d253b55e480a0861fe066090ab.zip |
Journal on tty7
-rw-r--r-- | odin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,8 @@ | |||
23 | # Define on which hard drive you want to install Grub. | 23 | # Define on which hard drive you want to install Grub. |
24 | boot.loader.grub.device = "/dev/disk/by-id/ata-MKNSSDCR60GB_MK130619AS1031770"; | 24 | boot.loader.grub.device = "/dev/disk/by-id/ata-MKNSSDCR60GB_MK130619AS1031770"; |
25 | 25 | ||
26 | boot.extraTTYs = [ "tty7" ]; | ||
27 | |||
26 | networking.hostName = "odin"; # Define your hostname. | 28 | networking.hostName = "odin"; # Define your hostname. |
27 | 29 | ||
28 | # Select internationalisation properties. | 30 | # Select internationalisation properties. |
@@ -84,6 +86,7 @@ | |||
84 | 86 | ||
85 | services.journald = { | 87 | services.journald = { |
86 | rateLimitBurst = 0; | 88 | rateLimitBurst = 0; |
89 | console = "/dev/tty7"; | ||
87 | }; | 90 | }; |
88 | 91 | ||
89 | services.haveged.enable = true; | 92 | services.haveged.enable = true; |