hephaestus: disable fancy boot screen

This commit is contained in:
Antoine Martin 2023-11-27 17:47:25 +01:00
parent ca33374bbc
commit 298a564b9b

View file

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