enableSplashScreen is no longer a valid option

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-09-27 10:50:52 -04:00
parent 5384b04ead
commit 6e604c8787
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
loader.grub.device = "/dev/sda";
initrd = {
kernelModules = ["usb_storage" "ehci_hcd" "ohci_hcd"];
enableSplashScreen = false;
};
};

View File

@ -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;