disable lanzaboote on glados for now

This commit is contained in:
Lillian Violet 2026-03-01 17:24:02 +01:00
parent 9a9f1ab293
commit 53612f7c62

View file

@ -133,17 +133,17 @@
'';
};
loader.systemd-boot.enable = false;
loader.systemd-boot.enable = true;
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = ["btrfs" "bcachefs"];
binfmt.emulatedSystems = ["aarch64-linux"];
lanzaboote = {
enable = true;
pkiBundle = "/var/lib/sbctl";
};
# lanzaboote = {
# enable = true;
# pkiBundle = "/var/lib/sbctl";
# };
extraModprobeConfig = ''
'';
};