disable the console thingies as well to see output from boot

This commit is contained in:
Lillian Violet 2025-04-14 20:55:18 +02:00
parent 9c45bdb552
commit 4f42202f83

View file

@ -49,7 +49,7 @@
pkiBundle = "/etc/secureboot";
};
consoleLogLevel = 0;
kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
# kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
# plymouth.enable = true;
};
zramSwap.enable = false;