From 7cc8d19b1b968e3cdee879b4ae2329e14a774731 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 19 Jan 2025 20:52:45 -0500 Subject: [PATCH] Revert "rm lanzaboote on ytnix" This reverts commit de5e7ad35c3aa84da1ce7f42d72b5b5193fd548d. --- hosts/ytnix/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index a700227..8912c19 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -37,7 +37,7 @@ boot = { loader = { # lanzaboote replaces systemd-boot - systemd-boot.enable = true; + systemd-boot.enable = lib.mkForce false; efi.canTouchEfiVariables = false; # toggle when installing }; tmp.cleanOnBoot = true; @@ -53,10 +53,10 @@ extraModprobeConfig = '' blacklist rtw88_8821ce ''; - # lanzaboote = { - # enable = true; - # pkiBundle = "/var/lib/sbctl"; - # }; + lanzaboote = { + enable = true; + pkiBundle = "/var/lib/sbctl"; + }; kernel.sysctl."kernel.sysrq" = 1; };