From 6420b9127ad501f5d7f216fe39c477e14abfaa64 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 27 May 2025 15:02:02 -0500 Subject: [PATCH] deck lanzaboote --- hosts/deck/boot.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hosts/deck/boot.nix b/hosts/deck/boot.nix index 3589982..743f24f 100755 --- a/hosts/deck/boot.nix +++ b/hosts/deck/boot.nix @@ -23,20 +23,20 @@ in canTouchEfiVariables = true; efiSysMountPoint = "/boot"; }; + }; - lanzaboote = { - enable = true; - pkiBundle = "/etc/secureboot"; - settings = { - console-mode = "max"; - }; - configurationLimit = 5; - extraInstallCommands = '' - ${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0 - console-mode 1 - default nixos-*" > /boot/loader/loader.conf - ''; + lanzaboote = { + enable = true; + pkiBundle = "/etc/secureboot"; + settings = { + console-mode = "max"; }; + configurationLimit = 5; + extraInstallCommands = '' + ${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0 + console-mode 1 + default nixos-*" > /boot/loader/loader.conf + ''; }; plymouth = {