diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ | |||
29 | boot.loader.grub.extraConfig = "serial; terminal_output.serial"; | 29 | boot.loader.grub.extraConfig = "serial; terminal_output.serial"; |
30 | boot.kernelParams = [ "console=ttyS0,115200" | 30 | boot.kernelParams = [ "console=ttyS0,115200" |
31 | ]; | 31 | ]; |
32 | boot.kernelPackages = pkgs.linuxPackages_latest; | ||
32 | 33 | ||
33 | boot.extraTTYs = [ "tty7" ]; | 34 | boot.extraTTYs = [ "tty7" ]; |
34 | 35 | ||