forked from mirrors/nixpkgs
enableSplashScreen is no longer a valid option
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
5384b04ead
commit
6e604c8787
|
@ -5,7 +5,6 @@
|
|||
loader.grub.device = "/dev/sda";
|
||||
initrd = {
|
||||
kernelModules = ["usb_storage" "ehci_hcd" "ohci_hcd"];
|
||||
enableSplashScreen = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ with pkgs.lib;
|
|||
{
|
||||
sound.enable = false;
|
||||
boot.vesa = false;
|
||||
boot.initrd.enableSplashScreen = false;
|
||||
|
||||
# Don't start a tty on the serial consoles.
|
||||
systemd.services."serial-getty@ttyS0".enable = false;
|
||||
|
|
Loading…
Reference in a new issue