feat: amd stuff

This commit is contained in:
2024-04-03 22:09:56 +02:00
parent bd1d0cfab6
commit e44948405a
9 changed files with 52 additions and 58 deletions

View File

@@ -9,28 +9,16 @@ in {
config = mkIf cfg.enable {
boot = {
loader = {
timeout = 0;
systemd-boot.consoleMode = "max";
};
loader.timeout = 0;
plymouth = {
enable = true;
theme = "text";
};
plymouth.enable = true;
kernelParams = [
# Redirect all kernel messages to a console off screen
"fbcon=vc:2-6"
"console=tty1"
"splash"
"quiet"
"rd.udev.log_level=3"
"rd.systemd.show_status=false"
"udev.log_priority=3"
"boot.shell_on_fail"
"vt.global_cursor_default=0" # no cursor blinking
];
consoleLogLevel = 0;