magpie: set console=tty as boot param
This commit is contained in:
parent
17da0a855c
commit
6c3b0aa239
@ -21,7 +21,7 @@
|
||||
boot.loader.systemd-boot.configurationLimit = 2;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams = ["ip=dhcp"];
|
||||
boot.kernelParams = ["ip=dhcp" "console=tty"];
|
||||
boot.kernel.sysctl = {
|
||||
"net.core.default_qdisc" = "fq";
|
||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
|
Loading…
Reference in New Issue
Block a user