diff options
Diffstat (limited to 'nixos/hosts/apocalypse/default.nix')
| -rw-r--r-- | nixos/hosts/apocalypse/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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"; }; |
