1

feat: quiet boot

This commit is contained in:
Himadri Bhattacharjee
2024-12-20 09:45:31 +05:30
parent 1fa71734bb
commit 3b966f2507

View File

@@ -19,6 +19,10 @@
];
boot = {
kernelParams = [
"quiet"
"splash"
];
loader = {
systemd-boot = {
enable = true;