about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-15 21:54:58 +0200
committerSoispha <soispha@vhack.eu>2023-07-15 21:54:58 +0200
commitdd7086989f43ca7a3cfc7540777c5877dd5867b4 (patch)
treeb4be0b172bd865794e734a8da61ff506a59ac7a2
parentFix: Temporarily disable lanzaboot to set tempfs size (diff)
downloadnixos-config-dd7086989f43ca7a3cfc7540777c5877dd5867b4.tar.gz
nixos-config-dd7086989f43ca7a3cfc7540777c5877dd5867b4.zip
Revert: "Fix: Temporarily disable lanzaboot to set tempfs size"
This reverts commit 64dfa6c201528b119cd900cd55d82ca01b248d89.
-rw-r--r--system/boot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/boot/default.nix b/system/boot/default.nix
index f873f816..9606c7b3 100644
--- a/system/boot/default.nix
+++ b/system/boot/default.nix
@@ -13,7 +13,7 @@
     kernelPackages = pkgs.linuxPackages_latest;
 
     lanzaboote = {
-      enable = false;
+      enable = true;
       pkiBundle = "/etc/secureboot";
     };
 
@@ -25,7 +25,7 @@
       systemd-boot.enable = lib.mkForce false;
 
       grub = {
-        enable = true;
+        enable = false;
         # theme = pkgs.nixos-grub2-theme;
         splashImage = ./boot_pictures/gnu.png;
         efiSupport = true;