summaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-06-10 09:07:19 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-06-10 09:07:19 +0200
commit032a9931c8a04b294868217d917fe4e862c30204 (patch)
tree3badc253384e2f6099439996760e419d1dac7b5c /nixos/hosts
parent677ffed81557fc8216c690c46287a78f5dd8f35e (diff)
fix plymouth
Diffstat (limited to '')
-rw-r--r--nixos/hosts/apocalypse/default.nix8
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";
};