hephaestus: try fancy boot screen

This commit is contained in:
Antoine Martin 2023-11-23 12:01:03 +01:00
parent c087caf46e
commit 007b08deee

View file

@ -22,6 +22,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.systemd.enable = true;
boot.plymouth.enable = true;
boot.kernelParams = ["quiet"];
boot.initrd.secrets = {
"/crypto_keyfile.bin" = null;
};