From 68e346310d6a244884b4f60afbdb34ffc54eb3e8 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 10 Feb 2025 14:31:34 -0600 Subject: [PATCH] desktop plymouth --- hosts/desktop/boot.nix | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/hosts/desktop/boot.nix b/hosts/desktop/boot.nix index d32eaa3..710a973 100644 --- a/hosts/desktop/boot.nix +++ b/hosts/desktop/boot.nix @@ -9,24 +9,21 @@ in boot = { kernelModules = [ "nct6775" ]; loader = { - systemd-boot = { - enable = lib.mkForce false; - extraEntries = { - "Windows.conf" = '' - title Windows 11 - efi /shellx64.efi - options -nointerrupt -nomap -noversion b18bfb02-872a-4a24-ada1-afe1e51474f4:EFI\Microsoft\Boot\bootmgfw.efi - ''; - }; - memtest86.enable = lib.mkForce true; - }; - efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot"; }; }; + initrd = { + verbose = false; + systemd.enable = true; + }; + + plymouth = { + enable = true; + }; + lanzaboote = { enable = true; pkiBundle = "/etc/secureboot";