From 032a9931c8a04b294868217d917fe4e862c30204 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Tue, 10 Jun 2025 09:07:19 +0200 Subject: fix plymouth --- nixos/hosts/apocalypse/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nixos/hosts/apocalypse/default.nix') diff --git a/nixos/hosts/apocalypse/default.nix b/nixos/hosts/apocalypse/default.nix index a6e6233..e57105c 100644 --- a/nixos/hosts/apocalypse/default.nix +++ b/nixos/hosts/apocalypse/default.nix @@ -11,15 +11,15 @@ useOSProber = true; device = "nodev"; - efiSupport = true; default = "saved"; memtest86.enable = true; # splashImage = ./GrubBG.png; }; - boot.loader.efi.canTouchEfiVariables = true; - boot.crashDump.enable = false; - boot.plymouth = { + boot.loader.efi.canTouchEfiVariables = true; + boot.initrd.systemd.enable = true; + boot.crashDump.enable = false; + boot.plymouth = { enable = true; theme = "bgrt"; }; -- cgit v1.3.1