diff options
Diffstat (limited to 'odin.nix')
-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; |