feat: quiter boot.

This commit is contained in:
CronyAkatsuki 2026-03-04 17:46:48 +01:00
parent 5c26db0f34
commit 0c4595fe45

View file

@ -21,6 +21,7 @@
# Disable watchdog
"kernel.nmi_watchdog" = 0;
};
boot.kernelParams = ["quiet"];
boot.consoleLogLevel = 3;
boot.kernelParams = ["quiet" "udev.log_priority=3"];
};
}