From 298a564b9b16129d2fd5696089a2d447e789fbaf Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 27 Nov 2023 17:47:25 +0100 Subject: [PATCH] hephaestus: disable fancy boot screen --- hosts/hephaestus/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index 679e719..a388fb6 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -22,9 +22,9 @@ 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.systemd.enable = true; + # boot.plymouth.enable = true; + # boot.kernelParams = ["quiet"]; boot.initrd.secrets = { "/crypto_keyfile.bin" = null;