From 007b08deee72b2f9b9210bedc3e3d19ac5c4bf36 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 23 Nov 2023 12:01:03 +0100 Subject: [PATCH] hephaestus: try fancy boot screen --- hosts/hephaestus/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index 68f8901..f60ad04 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -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; };