massive refactoring
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
boot = {
|
||||
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "nixos-bgrt";
|
||||
@@ -9,7 +8,6 @@
|
||||
nixos-bgrt-plymouth
|
||||
];
|
||||
};
|
||||
|
||||
# Enable "Silent boot"
|
||||
consoleLogLevel = 3;
|
||||
initrd.verbose = false;
|
||||
@@ -20,9 +18,5 @@
|
||||
"udev.log_priority=3"
|
||||
"rd.systemd.show_status=auto"
|
||||
];
|
||||
# Hide the OS choice for bootloaders.
|
||||
# It's still possible to open the bootloader list by pressing any key
|
||||
# It will just not appear on screen unless a key is pressed
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user